From c7a8aa5965f344d04a2005401add19cef9e79900 Mon Sep 17 00:00:00 2001 From: jax <284190056@qq.com> Date: Mon, 18 Dec 2023 03:00:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=8D=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 1b41a07c..09bf101a 100644 --- a/main.go +++ b/main.go @@ -23,7 +23,7 @@ var indexPage []byte func main() { common.SetupLogger() - common.SysLog("One API " + common.Version + " started") + common.SysLog("Fly API " + common.Version + " started") if os.Getenv("GIN_MODE") != "debug" { gin.SetMode(gin.ReleaseMode) }