Add build files for submodules

This commit is contained in:
Laramie Leavitt
2016-03-02 10:10:19 -08:00
parent 18b35c7ea9
commit d53f356dcd
4 changed files with 46 additions and 1 deletions

9
submodule/src/BUILD Normal file
View File

@ -0,0 +1,9 @@
load("@bazel_tools//tools/build_rules/go:def.bzl", "go_prefix", "go_library")
go_prefix("github.com/laramiel/bazel-example-golang-bare/")
go_library(
name = "bare",
srcs = [ "bare/bare.go" ],
visibility = ["//visibility:public"],
)