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
358 stars 24 forks source link

Show go stable version of every major release #194

Closed zakisk closed 2 weeks ago

zakisk commented 2 weeks ago

on command gobrew ls-remote stable it should show stable version only.

kevincobain2000 commented 2 weeks ago

By stable, you mean no beta no rc?

zakisk commented 2 weeks ago

No, if user specifies --stable flag it should list only stable versions.

kevincobain2000 commented 2 weeks ago

I have hard time understanding what versions are considered stable

zakisk commented 2 weeks ago

@kevincobain2000 see how this version manager does the same job.

kevincobain2000 commented 2 weeks ago

Thanks @zakisk will check and get back

What do you think @juev

juev commented 2 weeks ago

I don't understand what stable version means.

Besides, gobrew is just an installation tool. And I use it to install a specific version that I know. Or to install the latest available version.

I don't understand what the stable version is and what it can be used for.

kevincobain2000 commented 2 weeks ago

I also have same opinion @juev

Thanks for the issue. But I don’t think we need such. It’s a simple tool that does one thing and one thing best. Plus I don’t think users want to remember many cli args.