constabulary / gb

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

Error when multiple paths are passed with --all #656

Closed nubunto closed 7 years ago

nubunto commented 7 years ago

Previously, gb vendor --all a b would just delete all vendored packages.

Closes #646

davecheney commented 7 years ago

Hello,

I've fixed the build for the testing/testmain changes in Go 1.8, #657. Please rebase your change and push again.

Sorry for the delay, I've recently changed jobs.

Thanks

Dave