...

Text file src/github.com/bazelbuild/rules_go/go/tools/bazel_benchmark/BUILD.bazel.in

Documentation: github.com/bazelbuild/rules_go/go/tools/bazel_benchmark

     1load("//go:def.bzl", "go_binary")
     2
     3go_binary(
     4    name = "hello",
     5    srcs = ["hello.go"],
     6)

View as plain text