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

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


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

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        


go-gitlink


基于 go 语言的 gitlink SDK



License-Anti


Link-996


QQ群



企业微信群


基于 go 语言的 gitlink 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)

## 使用方式

1. 获取依赖
```shell
# 请使用 v2 版本的依赖
go get -u github.com/xuxiaowei-com-cn/go-gitlink/v2
```
2. 具体示例请查看对应的测试方法

## 开发命令

### get

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

### mod

```shell
go mod tidy
```

```shell
go mod download
```

### test

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