在Debian系统上,Golang常用的包管理工具如下:
Go Modules(官方推荐)
go.mod
go mod init
go get
go mod tidy
Dep(已废弃)
Gopkg.toml
说明: