Hacker News new | ask | show | jobs
by cpuguy83 1097 days ago
It's totally different. In go "go build" will fetch a new toolchain without your asking it to. For that matter it seems every go subcommand will do this (even --help [1]).

[1] https://github.com/golang/go/issues/60956