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.