Skip to content

Commit 12cbec9

Browse files
committed
feat: 移除whandler
1 parent 6d1873f commit 12cbec9

File tree

5 files changed

+3
-306
lines changed

5 files changed

+3
-306
lines changed

init.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package utils
22

33
import (
4-
ucore "github.com/WingGao/go-utils/ucore"
54
"github.com/WingGao/go-utils/session"
6-
"github.com/WingGao/go-utils/whandler"
5+
ucore "github.com/WingGao/go-utils/ucore"
6+
"wingao.net/utils/whandler"
77
)
88

99
func init() {
@@ -19,7 +19,7 @@ var (
1919
PanicIfErr = ucore.PanicIfErr
2020
FirstError = ucore.FirstError
2121
//handler
22-
AfterHandler = whandler.AfterHandler
22+
AfterHandler = whandler.AfterHandler
2323
CancelAfterHandler = whandler.CancelAfterHandler
2424
//session
2525
XSESSION_KEY = session.XSESSION_KEY

whandler/checker.go

Lines changed: 0 additions & 12 deletions
This file was deleted.

whandler/handler.go

Lines changed: 0 additions & 193 deletions
This file was deleted.

whandler/irishelper.go

Lines changed: 0 additions & 89 deletions
This file was deleted.

whandler/server.go

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)