andrewkroh / gvm

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

gvm use could return what is used currently #19

Closed joeblew99 closed 5 years ago

joeblew99 commented 5 years ago

when you have lots of golang versions installed, it would be useful to be abl to find the current one being used.

So was thinking that ''' gvm list ''' could do what it does now but highlight which one is currently used.

The reason is because i am trying to automate the use of gvm for testing and CI.

Sorry about so many issues !! Hope i am not over issuing ?

andrewkroh commented 5 years ago

This could be a nice to have feature.

But how is this useful for automation? Running go version would be more reliable means of checking the current version in the PATH.

joeblew99 commented 5 years ago

point taken :) thanks