gvisor.dev/gvisor@v0.0.0-20240520182842-f9d4d51c7e0f/tools/go_generics/go_merge/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 = "go_merge", 10 srcs = ["main.go"], 11 visibility = ["//:sandbox"], 12 deps = [ 13 "//tools/constraintutil", 14 ], 15 )