diff options
author | Jamie Liu <jamieliu@google.com> | 2020-11-12 19:10:01 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-11-12 19:16:29 -0800 |
commit | bf392dcc7d7b1f256acfe8acd2758a77db3fc8a2 (patch) | |
tree | 1cfddc7e2bd5b7de20139520836b332e29f961f8 /pkg/goid/BUILD | |
parent | cf47c8b4a5d22f317cb88ee1c11b5c695c508d1f (diff) |
Allow goid.Get() to be used outside of race builds.
PiperOrigin-RevId: 342179912
Diffstat (limited to 'pkg/goid/BUILD')
-rw-r--r-- | pkg/goid/BUILD | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pkg/goid/BUILD b/pkg/goid/BUILD index 7a82631c5..d855b702c 100644 --- a/pkg/goid/BUILD +++ b/pkg/goid/BUILD @@ -8,8 +8,6 @@ go_library( "goid.go", "goid_amd64.s", "goid_arm64.s", - "goid_race.go", - "goid_unsafe.go", ], visibility = ["//visibility:public"], ) @@ -18,7 +16,6 @@ go_test( name = "goid_test", size = "small", srcs = [ - "empty_test.go", "goid_test.go", ], library = ":goid", |