constabulary / gb

gb, the project based build tool for Go
https://getgb.io/
MIT License
2.15k stars 150 forks source link

Include $PROJECT/bin in $PATH for `gb generate` #686

Open pritambaral opened 7 years ago

pritambaral commented 7 years ago

Projects may want to use binaries in $PROJECT/bin in //go:generate

Closes #630