1load("//go:def.bzl", "go_binary") 2 3go_binary( 4 name = "hello", 5 srcs = ["hello.go"], 6)
View as plain text