Modify: package name

This commit is contained in:
HFO4
2019-11-16 16:11:37 +08:00
parent 79caf635f9
commit e05ba1030c
22 changed files with 43 additions and 43 deletions

View File

@@ -1,7 +1,7 @@
package middleware
import (
"cloudreve/pkg/util"
"github.com/HFO4/cloudreve/pkg/util"
"github.com/gin-gonic/gin"
)