更新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

@ -11,7 +11,7 @@ import (
"log"
"reflect"
"github.com/go-developer/gopkg/gin/util"
"git.zhangdeman.cn/zhangdeman/gopkg/gin/util"
"github.com/pkg/errors"

View File

@ -10,8 +10,8 @@ package middleware
import (
"time"
commonUtil "git.zhangdeman.cn/zhangdeman/gopkg/util"
"github.com/gin-gonic/gin"
commonUtil "github.com/go-developer/gopkg/util"
)
// InitRequest 初始化请求信息,统一设置请求时间/请求ID等信息