Standardize on tools directory.

PiperOrigin-RevId: 291745021
This commit is contained in:
Adin Scannell
2020-01-27 12:21:00 -08:00
committed by gVisor bot
parent 6b43cf791a
commit d29e59af9f
263 changed files with 912 additions and 1280 deletions
+1 -2
View File
@@ -1,4 +1,4 @@
load("//tools/go_stateify:defs.bzl", "go_library")
load("//tools:defs.bzl", "go_library")
package(licenses = ["notice"])
@@ -11,7 +11,6 @@ go_library(
"save_restore.go",
"stack.go",
],
importpath = "gvisor.dev/gvisor/pkg/sentry/socket/netstack",
visibility = [
"//pkg/sentry:internal",
],