kevincobain2000 / gobrew

Go version manager, written in Go. Super simple tool to install and manage Go versions. Install go without root. Gobrew doesn't require shell rehash.
https://medium.com/web-developer/go-version-manager-gobrew-c8750157dfe6
MIT License
364 stars 24 forks source link

Dotfiles idiom support #119

Closed agurinov closed 1 year ago

agurinov commented 1 year ago

Hello!

Now this amazing tool allows to install multiple versions of golang and fastswitch beetwen them. It would be great if i could define desired state via config file instead of imperative gobrew install v1 && gobrew install v2 && gobrew install v3

Thanks!

kevincobain2000 commented 1 year ago

I don’t think you need a dot file for that.

juev commented 1 year ago

I agree that no configuration is needed