nikogura / dbt

A delivery system for running self-updating, signed tools.
MIT License
61 stars 8 forks source link

Tool should use default GOPATH if it is not set #8

Closed Tyler-Zhang closed 5 years ago

Tyler-Zhang commented 5 years ago

If the GOPATH is not set, the tool will try to use /src as the $GOPATH/src which will often fail. GOPATH is defined by default as ~/go.

nikogura commented 5 years ago

'fixed' by removing boilerplate's detection of, and writing to $GOPATH.

New tools now written to $(pwd).