更新module
This commit is contained in:
@ -10,10 +10,11 @@ package try
|
||||
import (
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"github.com/gin-gonic/gin"
|
||||
"github.com/go-developer/gopkg/easymap"
|
||||
"github.com/pkg/errors"
|
||||
"runtime"
|
||||
|
||||
"git.zhangdeman.cn/zhangdeman/gopkg/easymap"
|
||||
"github.com/gin-gonic/gin"
|
||||
"github.com/pkg/errors"
|
||||
)
|
||||
|
||||
// ICatchHandler catch处理
|
||||
@ -127,4 +128,4 @@ func WithInterface(data interface{}, f func(data interface{})) ICatchHandler {
|
||||
f(data)
|
||||
}()
|
||||
return t
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user