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 :local
$ bazel run :remote
$ bazel run :bare

$ bazel run //submodule:bare
$ bazel run //submodule:remote
S
Description
No description provided
Readme
1.2 MiB
Languages
Starlark 53.8%
Go 46.2%