在Debian系統上,Golang常用的包管理工具如下:
Go Modules(官方推薦)
go.mod
go mod init
go get
go mod tidy
Dep(已廢棄)
Gopkg.toml
說明: