Update WORKSPACE / BUILD to work with bazel at HEAD.

Uses external rules_go github repository.
This commit is contained in:
Laramie Leavitt
2016-03-21 16:56:03 -07:00
parent f189432d24
commit dad6f57d6d
11 changed files with 39 additions and 42 deletions

View File

@ -8,6 +8,8 @@ This requires bazel release > `bazel-0.20`.
```
$ git clone https://github.com/laramiel/bazel-example-golang.git
$ cd bazel-example-golang
$ git submodule init
$ git submodule foreach git pull origin master
$ bazel run :hello