This commit is contained in:
kingecg 2025-06-26 01:38:42 +08:00
parent 8e5389a8e0
commit 25cf0fca16
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ import (
)
type GoHttp struct {
logger gologger.Logger
logger *gologger.Logger
}
// Start 是 GoHttp 服务的启动入口。