diff options
Diffstat (limited to 'pkg/gohacks')
-rw-r--r-- | pkg/gohacks/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/gohacks/BUILD b/pkg/gohacks/BUILD index 798a65eca..35683fe98 100644 --- a/pkg/gohacks/BUILD +++ b/pkg/gohacks/BUILD @@ -7,5 +7,6 @@ go_library( srcs = [ "gohacks_unsafe.go", ], + stateify = False, visibility = ["//:sandbox"], ) |