Files
lotr/README.md
Laramie Leavitt 2c27d0f51d Make examples more consistent.
Move submodule examples into submodule/*
2016-03-03 10:32:09 -08:00

305 B

bazel-example-golang

An example project demonstrating bazel build rules for go with a local binary (go_binary) and a local library (go_library).

This requires bazel release > bazel-0.20.

$ bazel run :hello

$ bazel run :remote
$ bazel run :bare
$ bazel run :subbare
$ bazel run :subremote