diff options
-rw-r--r-- | go/BUILD.bazel | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/go/BUILD.bazel b/go/BUILD.bazel index 026e89c1..abe5f3ac 100644 --- a/go/BUILD.bazel +++ b/go/BUILD.bazel @@ -1,5 +1,10 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library") +alias( + name = "go_default_library", + actual = ":go", +) + go_library( name = "go", srcs = [ |