blob: 61aeca26cd18411da9a245c0e6a0b9e633b9057b [file] [log] [blame]
// Copyright 2021 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package constants
const (
FailedToOpenSerialSocketMsg = "failed to open serial socket connection"
FailedToFindCursorMsg = "failed to find cursor"
)