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