Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
bazel-gazelle
/
4abf9087b701c44750941f8fe8ccaf3c6ce1b4ef
/
.
/
tests
/
bcr
/
test_dep
/
BUILD.bazel
blob: a4ab157c1da5937130018f34031d0b8f8da54b5a [
file
] [
log
] [
blame
]
load
(
"@rules_go//go:def.bzl"
,
"go_test"
)
go_test
(
name
=
"test"
,
srcs
=
[
"test.go"
],
visibility
=
[
"//visibility:public"
],
deps
=
[
"@com_github_stretchr_testify//require"
],
)