diff options
author | Googler <noreply@google.com> | 2019-04-03 22:01:50 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2019-04-03 22:02:51 -0700 |
commit | efe4461d74a12983802235cd2cbf3504435067df (patch) | |
tree | 4f787d51fb063f3d70c7f624ccb2dd3c3b1ab8d4 /pkg/eventchannel | |
parent | 9cf33960fc61309140a67587748570a36e78fc75 (diff) |
Internal change.
PiperOrigin-RevId: 241867632
Change-Id: I29459f2758ac4835882b491ff25c6aca9a37d41d
Diffstat (limited to 'pkg/eventchannel')
-rw-r--r-- | pkg/eventchannel/BUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/eventchannel/BUILD b/pkg/eventchannel/BUILD index 5c2a44aa1..d1483db0a 100644 --- a/pkg/eventchannel/BUILD +++ b/pkg/eventchannel/BUILD @@ -22,7 +22,6 @@ go_library( proto_library( name = "eventchannel_proto", srcs = ["event.proto"], - visibility = ["//:sandbox"], ) go_proto_library( |