徐晓伟 dc57cef306 | ||
---|---|---|
.. | ||
README.md | ||
buildinfo.go | ||
go.mod | ||
go.sum |
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