Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_python
/
d2f929b9d6a48d2c505a514da330cb76709fb44c
/
.
/
bazel
/
BUILD.bazel
blob: a20ff59b311ce739204e4d956dbaf318fe2ddabe [
file
]
load
(
"@io_bazel_rules_go//go:def.bzl"
,
"go_library"
)
go_library
(
name
=
"bazel"
,
srcs
=
[
"spawn.go"
],
importpath
=
"aspect.build/cli/bazel"
,
visibility
=
[
"//visibility:public"
],
)