golang的私有化定制自动更新插件
zanbin168
2023-05-16 1849336009bf002b2bf936fedbbf0a09444a9d21
update.go
@@ -1,6 +1,6 @@
// Package update provides tooling to auto-update binary releases
// package goupdate provides tooling to auto-update binary releases
// from GitHub based on the user's current version and operating system.
package update
package goupdate
import (
   "fmt"