log : update log import

This commit is contained in:
zhangwenjian
2020-07-27 22:37:50 +08:00
parent 61d3e7c080
commit 012a82821e
6 changed files with 13 additions and 8 deletions
+1 -1
View File
@@ -2,8 +2,8 @@ package handler
import (
"github.com/gin-gonic/gin"
log "github.com/sirupsen/logrus"
jwt "go-admin/pkg/jwtauth"
"log"
"net/http"
)