go mod init
#在代码中引入第三方包之后执行下面的命令
go mod download
go run xxx.go

golang中go mod使用第三方包_第三方包
golang中go mod使用第三方包_第三方包_02
golang中go mod使用第三方包_第三方包_03