Commit Graph

14 Commits

Author SHA1 Message Date
decd76f19d Minor whitespace, README update. 2016-03-21 16:58:04 -07:00
dad6f57d6d Update WORKSPACE / BUILD to work with bazel at HEAD.
Uses external rules_go github repository.
2016-03-21 16:56:03 -07:00
f189432d24 Add the vendor/ path, and add git submodules to the appropriate
subdirectory paths under vendor/

The intent is to make use of the golang 1.6 VENDOR extension
to build. As seen, the bare example does not correctly build
using bazel in this mode.
2016-03-17 18:39:54 -07:00
53207a1865 Hack around broken bazel go build rules.
Fix comment in submodule/remote.go
2016-03-03 18:14:20 -08:00
dfd84d2172 Hack around broken bazel golang build rules. 2016-03-03 18:12:32 -08:00
a2e269c3f3 Update README with better description. 2016-03-03 15:52:56 -08:00
a40db899c9 Update README to clarify the required submodule command. 2016-03-03 15:23:43 -08:00
78f4f71743 Update readme to new targets. 2016-03-03 11:12:25 -08:00
2c27d0f51d Make examples more consistent.
Move submodule examples into submodule/*
2016-03-03 10:32:09 -08:00
d53f356dcd Add build files for submodules 2016-03-02 10:10:19 -08:00
18b35c7ea9 Added submodules, but have not added example executables which reference them. 2016-03-02 08:59:07 -08:00
96b5352755 Add references to remote and bare repositories. 2016-03-02 01:35:30 -08:00
e3ebf6d71e Update readme heading 2016-03-02 01:01:34 -08:00
1f5135d9bd Initial commit 2016-03-02 01:00:40 -08:00