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

@@ -3,12 +3,13 @@
package utils
import (
"gin-vue-admin/global"
zaprotatelogs "github.com/lestrrat-go/file-rotatelogs"
"go.uber.org/zap/zapcore"
"os"
"path"
"time"
"github.com/flipped-aurora/gin-vue-admin/global"
zaprotatelogs "github.com/lestrrat-go/file-rotatelogs"
"go.uber.org/zap/zapcore"
)
//@author: [SliverHorn](https://github.com/SliverHorn)