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