feat:fix go mod

This commit is contained in:
songzhibin97
2021-08-21 11:01:34 +08:00
parent 181b3a985e
commit cbf73f24ae
151 changed files with 461 additions and 414 deletions

View File

@@ -1,15 +1,16 @@
package middleware
import (
"gin-vue-admin/global"
"github.com/gin-gonic/gin"
"go.uber.org/zap"
"net"
"net/http"
"net/http/httputil"
"os"
"runtime/debug"
"strings"
"github.com/flipped-aurora/gin-vue-admin/global"
"github.com/gin-gonic/gin"
"go.uber.org/zap"
)
// GinRecovery recover掉项目可能出现的panic并使用zap记录相关日志