From 1849336009bf002b2bf936fedbbf0a09444a9d21 Mon Sep 17 00:00:00 2001 From: zanbin168 <zanbin168@qq.com> Date: 星期二, 16 五月 2023 22:48:48 +0800 Subject: [PATCH] update --- update.go | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) 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