rjeczalik / bin

Looks for Golang executables in $PATH, guesses their origin and updates them or creates $GOPATH workspaces.
MIT License
45 stars 1 forks source link

Cache GOPATH workspace for updating executables #5

Open rjeczalik opened 10 years ago

rjeczalik commented 10 years ago

To speed up build times. Using single GOPATH can't be used for concurrent updates (#4).

rjeczalik commented 10 years ago

It may be also good idea to allow for building / updating from existing sources ($GOPATH) via command line flag.