bin
bin copied to clipboard
Cache GOPATH workspace for updating executables
To speed up build times. Using single GOPATH can't be used for concurrent updates (#4).
- use single GOPATH for concurrent builds
- for first build of an import path lock GOPATH
- build concurrently when all repos are already fetched
It may be also good idea to allow for building / updating from existing sources ($GOPATH
) via command line flag.