golang的私有化定制自动更新插件
zanbin168
2023-10-16 a668fa45d21cab1c831b2c5ae0b484408c867c2c
README.md
@@ -1,12 +1,5 @@
## goupdate
package goupdate provides tooling to auto-update binary releases
from GitHub based on the user's current version and operating system. Used by command-line tools such as [Up](https://github.com/apex/up) and [Apex](https://github.com/apex/apex).
Goupdate 是用 Go 语言开发的工具,能够自动从 GitHub 和 Gitee 下载最新的发布版本,并更新本地程序。
---
[![GoDoc](https://godoc.org/github.com/zan8in/goupdate?status.svg)](https://godoc.org/github.com/zan8in/goupdate)
![](https://img.shields.io/badge/license-MIT-blue.svg)
![](https://img.shields.io/badge/status-stable-green.svg)
<a href="https://apex.sh"><img src="http://tjholowaychuk.com:6000/svg/sponsor"></a>
本程序是基于 https://github.com/tj/go-update 进行的分支,进行了额外功能的增强。