github.com/0xKiwi/rules_go@v0.24.3/tests/legacy/test_rundir/BUILD.bazel (about)

     1  load("@io_bazel_rules_go//go:def.bzl", "go_test")
     2  
     3  go_test(
     4      name = "go_default_test",
     5      size = "small",
     6      srcs = ["rundir_test.go"],
     7      data = ["//:AUTHORS"],
     8      rundir = ".",
     9  )