aboutsummaryrefslogtreecommitdiff
path: root/go/tools/bazel_benchmark/BUILD.bazel.in
diff options
context:
space:
mode:
Diffstat (limited to 'go/tools/bazel_benchmark/BUILD.bazel.in')
-rw-r--r--go/tools/bazel_benchmark/BUILD.bazel.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/go/tools/bazel_benchmark/BUILD.bazel.in b/go/tools/bazel_benchmark/BUILD.bazel.in
new file mode 100644
index 00000000..6e95da13
--- /dev/null
+++ b/go/tools/bazel_benchmark/BUILD.bazel.in
@@ -0,0 +1,6 @@
+load("//go:def.bzl", "go_binary")
+
+go_binary(
+ name = "hello",
+ srcs = ["hello.go"],
+)