gvisor.dev/gvisor@v0.0.0-20240520182842-f9d4d51c7e0f/test/iptables/runner/BUILD (about)

     1  load("//tools:defs.bzl", "go_binary")
     2  
     3  package(
     4      default_applicable_licenses = ["//:license"],
     5      licenses = ["notice"],
     6  )
     7  
     8  go_binary(
     9      name = "runner",
    10      testonly = 1,
    11      srcs = ["main.go"],
    12      pure = True,
    13      visibility = ["//test/iptables:__subpackages__"],
    14      deps = ["//test/iptables"],
    15  )