What you need to pay attention to about the commands “go get” and “go install” in Go 1.16
Go 1.16 contains many Modules-related updates, and you can directly view its Release Note for details. Overall, it contains the following points: Go111module is On by default. If you want to restore the previous behavior, you need to set Go111module to Auto, which almost means that the GOPATH mode will gradually fade out of people’s vision; The go… Read More »