Rename the directory of 'log' to 'initlog'

This commit is contained in:
Granty1
2020-03-24 13:42:55 +08:00
parent d4a05fce7b
commit 74eca3f7dc
9 changed files with 167 additions and 7 deletions

View File

@@ -2,7 +2,7 @@ package initRedis
import (
"gin-vue-admin/config"
"gin-vue-admin/init/log"
"gin-vue-admin/init/initlog"
"github.com/go-redis/redis"
)