diff options
author | Siddhartha Bagaria <sbagaria@grailbio.com> | 2019-05-21 14:48:51 -0700 |
---|---|---|
committer | Robert <rw@users.noreply.github.com> | 2019-05-21 14:48:51 -0700 |
commit | bc240b30048e0e6c00c04cef40974c1a53470e5f (patch) | |
tree | 97cf9bb7530f90f253dd86f5aad19147f51ec8e0 | |
parent | 0f7e7fd2095b4e01fe4a38581d599d5cc1f1c917 (diff) | |
download | flatbuffers-bc240b30048e0e6c00c04cef40974c1a53470e5f.tar.gz flatbuffers-bc240b30048e0e6c00c04cef40974c1a53470e5f.tar.bz2 flatbuffers-bc240b30048e0e6c00c04cef40974c1a53470e5f.zip |
[Go] Public visibility for gazelle default target (#5361)
-rw-r--r-- | go/BUILD.bazel | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/go/BUILD.bazel b/go/BUILD.bazel index abe5f3ac..78bd8d81 100644 --- a/go/BUILD.bazel +++ b/go/BUILD.bazel @@ -3,6 +3,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library") alias( name = "go_default_library", actual = ":go", + visibility = ["//visibility:public"], ) go_library( |