Go learning requires knowledge

Detailed explanation of Golang environment variable settings

  • GOROOT
  • GOPATH
  • GOBIN
  • GOOS
  • GOARCH

golang dependency management from GOPATH to go mod

Using go mod and using Go's module feature, you no longer need to care about GOPATH (of course the GOPATH variable still exists, but you only need to specify a directory, and we don't need to care about it in the future).

おすすめ

転載: blog.csdn.net/qq_41638851/article/details/125485451