xref
: /
aosp_15_r20
/
external
/
bazelbuild-rules_go
/
go
/
tools
/
bazel_benchmark
/
BUILD.bazel.in
(revision 9bb1b549b6a84214c53be0924760be030e66b93a)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
load("//go:
def.bzl
", "go_binary")
2
3
go_binary(
4
name = "hello",
5
srcs = ["
hello.go
"],
6
)
7