go mod 是golang 的包管理工具,可以借助 go mod 来告别 gopath
go mod
gopath
go mod init mymod
package
mymod/aa
go mod tidy 删除没用的包,添加新的包