Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_python
/
84ed1cedceb5c9445da292093b78bb93d9758db1
/
.
/
pkg
/
aspecterrors
/
BUILD.bazel
blob: 49175ecf8db09c734e65577b00654fda52a7a1dc [
file
] [
log
] [
blame
]
load
(
"@io_bazel_rules_go//go:def.bzl"
,
"go_library"
)
go_library
(
name
=
"aspecterrors"
,
srcs
=
[
"errors.go"
],
importpath
=
"aspect.build/cli/pkg/aspecterrors"
,
visibility
=
[
"//:__subpackages__"
],
)