Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xuxiaowei-com-cn/go-gitee

基于 go 语言的 gitee SDK
https://github.com/xuxiaowei-com-cn/go-gitee

gitee gitee-api go golang sdk sdk-go

Last synced: about 1 month ago
JSON representation

基于 go 语言的 gitee SDK

Awesome Lists containing this project

README

        


go-gitee


基于 go 语言的 gitee SDK



License-Anti


Link-996


QQ群



企业微信群


基于 go 语言的 gitee SDK


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


bilibili 粉丝


CSDN 码龄


CSDN 粉丝


CSDN 访问


CSDN 博客


IntelliJ IDEA


GitHub stars


GitHub forks


GitHub watchers


GitHub last commit


码云Gitee stars


码云Gitee forks


Gitlab stars


Gitlab forks


OSCS Status


total lines


code style

## [更新文档](CHANGELOG)

## 开发命令

### get

```shell
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

```shell
go mod tidy
```

```shell
go mod download
```

### test

```shell
go test ./... -v
```