why there is no "go update" feature yet? go: unknown subcommand "update" Run 'go help' for usage.
Re: Go 1.9.1 and Go 1.8.4 are released
#31because that is your package managers job
31–33 of 33 posts
why there is no "go update" feature yet? go: unknown subcommand "update" Run 'go help' for usage.
why there is no "go update" feature yet? go: unknown subcommand "update" Run 'go help' for usage.
Building from source gives you the awesome cross compilation features of Go, apart from easy updates and make it easy to see how specific features are implemented in the source. So highly recommend
Earlier quoted context omitted.
OK. Well, for what it's worth, I use ubuntu and find it much easier to install Go using their website than using apt (which I do use for most things). Thanks for the downvotes guys.
This was in reference to Homebrew, though. In Homebrew, installing Go is simply: brew install go No sudo required, nor 'update' command required first, etc.