Initial commit
This commit is contained in:
13
BUILD
Normal file
13
BUILD
Normal file
@ -0,0 +1,13 @@
|
||||
load("@bazel_tools//tools/build_rules/go:def.bzl", "go_prefix", "go_binary")
|
||||
|
||||
package(
|
||||
default_visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
go_prefix("github.com/lar/bazel-example-golang")
|
||||
|
||||
go_binary(
|
||||
name ="hello",
|
||||
srcs = [ "hello.go" ],
|
||||
deps = [ "//local" ],
|
||||
)
|
Reference in New Issue
Block a user