Sign in
skia
/
buildbot
/
d5d8e26b73db6fbeb1dc7ed9eb661c6a6c228628
/
.
/
go
/
comment
/
BUILD.bazel
blob: 21204155befa9c54bf28b21809bc06291aa7221b [
file
] [
log
] [
blame
]
load
(
"@io_bazel_rules_go//go:def.bzl"
,
"go_library"
)
go_library
(
name
=
"comment"
,
srcs
=
[
"comment.go"
],
importpath
=
"go.skia.org/infra/go/comment"
,
visibility
=
[
"//visibility:public"
],
)