diff options
author | Michael Pratt <mpratt@google.com> | 2021-01-28 09:28:51 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-01-28 09:31:11 -0800 |
commit | 665c966084fcbc47ffef6dd85dcf47b0cb8945aa (patch) | |
tree | 0cd9aa55eef8e07b7eb31e296565d2992861c319 /pkg/sync/BUILD | |
parent | 6012fe9b5965a2f285f2f99312e6cb7ae84b5fa8 (diff) |
Internal change.
PiperOrigin-RevId: 354327882
Diffstat (limited to 'pkg/sync/BUILD')
-rw-r--r-- | pkg/sync/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/sync/BUILD b/pkg/sync/BUILD index 28e62abbb..2e2395807 100644 --- a/pkg/sync/BUILD +++ b/pkg/sync/BUILD @@ -67,6 +67,7 @@ go_library( ], marshal = False, stateify = False, + visibility = ["//:sandbox"], deps = [ "//pkg/goid", ], |