Oliver Newman | 51ff6c2 | 2020-09-01 00:18:12 +0000 | [diff] [blame] | 1 | // Copyright 2020 The Fuchsia Authors. All rights reserved. |
2 | // Use of this source code is governed by a BSD-style license that can be | ||||
3 | // found in the LICENSE file. | ||||
4 | |||||
5 | package constants | ||||
6 | |||||
7 | const ( | ||||
8 | TimedOutConnectingMsg = "timed out trying to connect to ssh" | ||||
9 | ) |