github.com/0xKiwi/rules_go@v0.24.3/go/tools/bazel_benchmark/BUILD.bazel.in (about)

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