Mister-Meeseeks / goto

Build without GOPATH
Apache License 2.0
0 stars 0 forks source link

Support for go CLI commands other than "go install" #1

Closed Mister-Meeseeks closed 5 years ago

Mister-Meeseeks commented 5 years ago

Currently always runs install. We need a way to support other functionality like test, doc, build and fmt. None of that works if we're rooted outside the GOPATH. Also we need support for flags in these various commands. User should not be limited in their use of go SDK by their use of goto project structure.

Mister-Meeseeks commented 5 years ago

Updated to support arbitrary command and prefix flags