setup-go/src
francisco souza 25c870be4d
Add $GOBIN
- Set $GOBIN to $(go env GOPATH)/bin
- Add $GOBIN to the PATH

Should make the setup of tools like golangci-lint or golint work with a
simple `go get`.

Using $GOBIN instead of $GOPATH/bin because the goal is to have GOPATH
not being directly referenced. Also, in the future, GOBIN will have a
default value too, so we would not need to manually set it, just add it
to the path (see discussion in golang/go#23439).

Closes #14.
2020-03-01 21:18:28 -05:00
..
gobin.ts Add $GOBIN 2020-03-01 21:18:28 -05:00
installer.ts pre-release version and test 2020-02-10 19:18:01 -05:00
main.ts Add $GOBIN 2020-03-01 21:18:28 -05:00
setup-go.ts format 2020-02-09 00:29:21 -05:00
system.ts mock os instead of system 2020-02-09 18:22:24 -05:00