fix: 删除无用的wg
This commit is contained in:
@@ -5,7 +5,6 @@ import (
|
|||||||
"context"
|
"context"
|
||||||
"fmt"
|
"fmt"
|
||||||
"net/http"
|
"net/http"
|
||||||
"sync"
|
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"gpt-load/internal/config"
|
"gpt-load/internal/config"
|
||||||
@@ -38,7 +37,6 @@ type App struct {
|
|||||||
storage store.Store
|
storage store.Store
|
||||||
db *gorm.DB
|
db *gorm.DB
|
||||||
httpServer *http.Server
|
httpServer *http.Server
|
||||||
wg sync.WaitGroup
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// AppParams defines the dependencies for the App.
|
// AppParams defines the dependencies for the App.
|
||||||
|
Reference in New Issue
Block a user