gitlab-go/buildinfo
徐晓伟 1246e41fec 📝 修正代理命令 2023-12-02 15:17:08 +08:00
..
README.md 📝 修正代理命令 2023-12-02 15:17:08 +08:00
buildinfo.go 🚧 打包产物携带版本相关信息 2023-10-02 04:06:40 +08:00
go.mod ⬆️ github.com/xuxiaowei-com-cn/git-go 2023-11-27 10:04:56 +08:00
go.sum ⬆️ github.com/xuxiaowei-com-cn/git-go 2023-11-27 10:04:56 +08:00

README.md

开发命令

get

go env -w GOPROXY=https://goproxy.cn,direct
# go env -w GOPROXY=https://mirrors.aliyun.com/goproxy,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