andrewkroh / gvm

Go Version Manager (written in Go for cross-platform usability)
Apache License 2.0
186 stars 24 forks source link

Add tests to check paths #4

Closed andrewkroh closed 7 years ago

andrewkroh commented 7 years ago

Added a test case to check that the GOROOT/bin/go exists and is the correct Go version.

Also updated the docs to use Go 1.9 in the examples.