You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not really proposal, but a idea drop out to be discuss with community. Currently, Go lacks a single canonized way to install it on a computer. The official page suggest to download archive and install go by extracting in to /usr/local or another location, also there're unofficial repositories for different package managers (dnf, apt, etc.). The official way is not so smooth, because of each new release of Go, we should install it by hand again and again. I'd like to see something like rustup for Go (goup?) (but official one). It is a single bash file tool that helps to orchestrate Rust e.g.: install multiple versions, update 'em, etc. more: https://www.rustup.rs/
The text was updated successfully, but these errors were encountered:
We all agree that we want a 1-line installer and have started working on it. I couldn't find the original bug (if any) so I created #23381. Closing this as a dup of that.
Not really proposal, but a idea drop out to be discuss with community. Currently, Go lacks a single canonized way to install it on a computer. The official page suggest to download archive and install go by extracting in to
/usr/local
or another location, also there're unofficial repositories for different package managers (dnf, apt, etc.). The official way is not so smooth, because of each new release of Go, we should install it by hand again and again. I'd like to see something like rustup for Go (goup?) (but official one). It is a single bash file tool that helps to orchestrate Rust e.g.: install multiple versions, update 'em, etc. more: https://www.rustup.rs/The text was updated successfully, but these errors were encountered: