mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-19 23:11:25 +02:00
refactor(api): remove unnecessary blank import
This commit is contained in:
@@ -9,8 +9,6 @@ import (
|
|||||||
apitypes "github.com/yusing/goutils/apitypes"
|
apitypes "github.com/yusing/goutils/apitypes"
|
||||||
"github.com/yusing/goutils/http/httpheaders"
|
"github.com/yusing/goutils/http/httpheaders"
|
||||||
"github.com/yusing/goutils/http/websocket"
|
"github.com/yusing/goutils/http/websocket"
|
||||||
|
|
||||||
_ "github.com/yusing/goutils/apitypes"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// @x-id "health"
|
// @x-id "health"
|
||||||
|
|||||||
Reference in New Issue
Block a user