go 1.16 subtly changes the way that the go command works when installing binaries inside modules when the module-aware mode is on. install lets you install binary tools without adding spurious dependencies to the go.mod file, but barfs if you don't explicitly add a @version.
go 1.16 subtly changes the way that the go command works when installing binaries inside modules when the module-aware mode is on.
install
lets you install binary tools without adding spurious dependencies to the go.mod file, but barfs if you don't explicitly add a@version
.