github.com/SagerNet/gvisor@v0.0.0-20210707092255-7731c139d75c/test/runtimes/proctor/BUILD (about)

     1  load("//tools:defs.bzl", "go_binary")
     2  
     3  package(licenses = ["notice"])
     4  
     5  go_binary(
     6      name = "proctor",
     7      srcs = ["main.go"],
     8      pure = True,
     9      visibility = ["//test/runtimes:__pkg__"],
    10      deps = [
    11          "//test/runtimes/proctor/lib",
    12          "@org_golang_x_sys//unix:go_default_library",
    13      ],
    14  )