Commit Graph

25 Commits (0dbc2e7f12e45db20808ea90525f3e2ea504b5df)

Author SHA1 Message Date
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.
5 years ago
Bryan MacFarlane 768458bd0b pre-release version and test 6 years ago
Bryan MacFarlane 43880314e9 CR feedback 6 years ago
Bryan MacFarlane 7ea80d8e5f casing 6 years ago
Bryan MacFarlane a6a701e18e better user output 6 years ago
Bryan MacFarlane 6b10398c43 removed unneeded console.log 6 years ago
Bryan MacFarlane 6cb99a33d7 another test 6 years ago
Bryan MacFarlane 241a335117 mock os instead of system 6 years ago
Bryan MacFarlane 79b62adb05 another test and bugs 6 years ago
Bryan MacFarlane 7af81a4a65 bit of cleanup 6 years ago
Bryan MacFarlane f4b0281c15 mocked tests work with no internet 6 years ago
Bryan MacFarlane cfc658b90a format 6 years ago
Bryan MacFarlane 3c844703e7 bugs 6 years ago
Bryan MacFarlane dc575ee3b3 format 6 years ago
Bryan MacFarlane 4282769cc0 starting v2 and proxy support 6 years ago
Ross Brodbeck 0cbaec8e4b Change getFileName to do architecture lookups and add arm support 6 years ago
Alif Rachmawadi 21620fff65
use golang-dl release data 6 years ago
Alif Rachmawadi 632d18fc92 Handle .x version syntax with latest release (#13)
* get latest release for .x syntax version

* added nock as dev dependency

* added test for .x syntax

* updated readme

* updated http client name

* use rest client for getting available versions

* more .x handling

* move nock to setup and teardown
6 years ago
Danny McCormick 818723587f
Update to use go-version (#10) 6 years ago
Danny McCormick 5331f86a70
Merge branch 'master' into features/matcher 6 years ago
Danny McCormick 90fdf52904 clean up 6 years ago
Danny McCormick 5f2246e3c5 Add problem matcher 6 years ago
Danny McCormick f34fd68566 Add installer 6 years ago
Danny McCormick 263a218578 Temporarily remove installation so it can be reviewed 6 years ago
Danny McCormick cd176c696b Add setup-go 6 years ago