go-nv / goenv

:blue_car: Like pyenv and rbenv, but for Go.
https://github.com/go-nv/goenv
MIT License
2.05k stars 245 forks source link

feat: Allow major or minor version lookup #374

Closed reneleonhardt closed 3 months ago

reneleonhardt commented 3 months ago

Features

Fixes

TODO

ChronosMasterOfAllTime commented 3 months ago

@reneleonhardt I like the idea; please add test cases for the expected behaviors for this module. New features should have complimentary tests to validate expected functionality.

reneleonhardt commented 3 months ago

If you have time, try all new shiny features / version references to see if there are still problems. Maybe some commands shouldn't complete/allow version arguments? If found and disabled them only for goenv init --sh for now.