aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar Han-Wen Nienhuys <hanwen@google.com>2015-10-09 17:56:52 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2015-10-09 18:05:11 +0000
commit47182329400e359a7a6ad5857cf1854a4f9ec720 (patch)
tree002f31a16e5f0299d46b7019fc88122deccfb307 /BUILD
parentefb45908bd2a1361f724a78b98b821c2b8c89b66 (diff)
Provide an example for the Go rules, eg.
bazel test examples/go/lib:lib_test bazel build examples/go/bin:bin -- MOS_MIGRATED_REVID=105070940
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index d34269b456..2e1495fca6 100644
--- a/BUILD
+++ b/BUILD
@@ -9,3 +9,7 @@ filegroup(
name = "dummy",
visibility = ["//visibility:public"],
)
+
+load("/tools/build_rules/go/def", "go_prefix")
+
+go_prefix("github.com/bazelbuild/bazel")