Sign in
bazel
/
bazel
/
67f14b82563757a79c92b79a49e8ade63a92ec3e
/
.
/
tools
/
build_rules
/
go
/
toolchain
/
BUILD.go-toolchain
blob: a32c134590f55210f4ecb1777e10a8b7b2b9155f [
file
] [
log
] [
blame
]
package
(
default_visibility
=
[
"//visibility:public"
])
filegroup
(
name
=
"toolchain"
,
srcs
=
glob
([
"go/bin/*"
,
"go/pkg/linux_amd64/**"
,
"go/pkg/tool/**"
,
"go/pkg/include/**"
]),
)
filegroup
(
name
=
"go_tool"
,
srcs
=
[
"go/bin/go"
],
)