From 705a38920ee9cf4604f06af7381ebb6d0ab360b3 Mon Sep 17 00:00:00 2001 From: tbphp Date: Sat, 12 Jul 2025 23:09:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E7=9A=84wg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/app/app.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/app/app.go b/internal/app/app.go index 53da64f..d11b02c 100644 --- a/internal/app/app.go +++ b/internal/app/app.go @@ -5,7 +5,6 @@ import ( "context" "fmt" "net/http" - "sync" "time" "gpt-load/internal/config" @@ -38,7 +37,6 @@ type App struct { storage store.Store db *gorm.DB httpServer *http.Server - wg sync.WaitGroup } // AppParams defines the dependencies for the App.