gitlab-go/buildinfo
徐晓伟 dc57cef306 ⬆️ github.com/xuxiaowei-com-cn/git-go 2023-12-20 23:20:49 +08:00
..
README.md ⬆️ github.com/xuxiaowei-com-cn/git-go 2023-12-20 23:20:49 +08:00
buildinfo.go 🚧 打包产物携带版本相关信息 2023-10-02 04:06:40 +08:00
go.mod ⬆️ github.com/xuxiaowei-com-cn/git-go 2023-12-20 23:20:49 +08:00
go.sum ⬆️ github.com/xuxiaowei-com-cn/git-go 2023-12-20 23:20:49 +08:00

README.md

开发命令

get

go env -w GOPROXY=https://goproxy.cn,direct
# go env -w GOPROXY=https://goproxy.io,direct
# go env -w GOPROXY=https://mirrors.aliyun.com/goproxy,direct
# go env -w GOPROXY=https://mirrors.cloud.tencent.com/go,direct
go get -u github.com/xuxiaowei-com-cn/git-go@main

mod

go mod tidy
go mod download

run

go run main.go

run help

go run main.go help