Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_python
/
9cdbc5cb41365d8902e2bbc35600d6797c05c31d
/
.
/
pkg
/
ioutils
/
BUILD.bazel
blob: 3cdce77564d93d831ca3d6d4645ad4d72ebaf4a0 [
file
]
load
(
"@io_bazel_rules_go//go:def.bzl"
,
"go_library"
)
go_library
(
name
=
"ioutils"
,
srcs
=
[
"streams.go"
],
importpath
=
"aspect.build/cli/pkg/ioutils"
,
visibility
=
[
"//visibility:public"
],
)