github.com/SagerNet/gvisor@v0.0.0-20210707092255-7731c139d75c/test/iptables/runner/BUILD (about) 1 load("//tools:defs.bzl", "go_binary") 2 3 package(licenses = ["notice"]) 4 5 go_binary( 6 name = "runner", 7 testonly = 1, 8 srcs = ["main.go"], 9 pure = True, 10 visibility = ["//test/iptables:__subpackages__"], 11 deps = ["//test/iptables"], 12 )