9 lines
193 B
Markdown
9 lines
193 B
Markdown
|
|
An example project demonstrating bazel build rules for go with
|
|
a local binary (go_binary) and a local library (go_library).
|
|
|
|
This requires a release > `bazel-0.20`.
|
|
|
|
```
|
|
$ bazel run :hello
|
|
``` |