fix:修正包引入

This commit is contained in:
Mmx
2021-07-11 13:10:02 +08:00
parent cd15385aec
commit bf8f12d878
6 changed files with 7 additions and 7 deletions

View File

@@ -1,8 +1,8 @@
package util
import (
"Mmx/Global"
"Mmx/Modles"
"Mmx/global"
"Mmx/modles"
"log"
"os"
)