更新module

This commit is contained in:
2021-07-25 18:50:56 +08:00
parent 34349a0b06
commit d0e44320fc
20 changed files with 26 additions and 38 deletions

View File

@ -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
}
}