Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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并下载
- Host: GitHub
- URL: https://github.com/xxl6097/go-github-release-download
- Owner: xxl6097
- Created: 2024-07-31T07:59:57.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-31T08:12:08.000Z (6 months ago)
- Last Synced: 2024-11-03T09:27:31.186Z (3 months ago)
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
}
```