From 1849336009bf002b2bf936fedbbf0a09444a9d21 Mon Sep 17 00:00:00 2001 From: zanbin168 <zanbin168@qq.com> Date: 星期二, 16 五月 2023 22:48:48 +0800 Subject: [PATCH] update --- store.go | 2 +- update.go | 4 ++-- README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5e2f8b5..257d9f5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## goupdate -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. Used by command-line tools such as [Up](https://github.com/apex/up) and [Apex](https://github.com/apex/apex). --- diff --git a/store.go b/store.go index 7c541be..68bfdab 100644 --- a/store.go +++ b/store.go @@ -1,4 +1,4 @@ -package update +package goupdate import "github.com/pkg/errors" diff --git a/update.go b/update.go index bed4c9e..4a0109f 100644 --- a/update.go +++ b/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" -- Gitblit v1.8.0