Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_python
/
c5751686ca8aafeec551367078010ae03d93883c
/
.
/
pkg
/
hooks
/
BUILD.bazel
blob: 182b92854c6eb4d8b31462785f50947c0737870c [
file
]
load
(
"@io_bazel_rules_go//go:def.bzl"
,
"go_library"
)
go_library
(
name
=
"hooks"
,
srcs
=
[
"hooks.go"
],
importpath
=
"aspect.build/cli/pkg/hooks"
,
visibility
=
[
"//visibility:public"
],
deps
=
[
"//pkg/aspecterrors"
],
)