github.com/SagerNet/gvisor@v0.0.0-20210707092255-7731c139d75c/tools/go_generics/go_merge/BUILD (about)

     1  load("//tools:defs.bzl", "go_binary")
     2  
     3  package(licenses = ["notice"])
     4  
     5  go_binary(
     6      name = "go_merge",
     7      srcs = ["main.go"],
     8      visibility = ["//:sandbox"],
     9      deps = [
    10          "//tools/tags",
    11      ],
    12  )