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
@@ -3,7 +3,7 @@ package tools
import (
"fmt"
"github.com/gin-gonic/gin"
log "github.com/sirupsen/logrus"
"log"
jwt "go-admin/pkg/jwtauth"
)