blob: f07c55f1cfc0dad2ce9d8e0c4efe6995feddb53e [file] [log] [blame]
# Copyright 2019 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.
import("//build/go/go_library.gni")
go_library("serial") {
name = "go.fuchsia.dev/fuchsia/tools/net/serial"
deps = [
"//third_party/golibs:golang.org/x/sys",
]
}