Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xxl6097/go-github-release-download

基于github api获取release并下载
https://github.com/xxl6097/go-github-release-download

Last synced: about 1 month ago
JSON representation

基于github api获取release并下载

Awesome Lists containing this project

README

        

# go-github-release-download
基于github api获取release并下载,可检测版本号

# Usage

```
path, err := github.Download("./", "AuGoService", "0.0.0", "xxl6097", "go-service-framework")
if err == nil {
log.Println(path)
}
```