Skip to content

xuxiaowei-com-cn/go-gitee

Repository files navigation

go-gitee

基于 go 语言的 gitee SDK

License-Anti Link-996 QQ群

基于 go 语言的 gitee SDK

为简化开发工作、提高生产率、解决常见问题而生

开发命令

get

go env -w GOPROXY=https://goproxy.cn,direct
# go env -w GOPROXY=https://mirrors.aliyun.com/goproxy/
go get -u github.com/google/go-querystring
go get -u github.com/hashicorp/go-cleanhttp
go get -u github.com/hashicorp/go-retryablehttp

mod

go mod tidy
go mod download

test

go test ./... -v