style:修正拼写错误

This commit is contained in:
Mmx
2021-07-27 09:47:45 +08:00
parent f0c262a2b0
commit a6be2fa234
5 changed files with 7 additions and 7 deletions

View File

@@ -2,7 +2,7 @@ package util
import (
"autoLogin/global"
"autoLogin/modles"
"autoLogin/models"
"log"
"os"
)
@@ -10,7 +10,7 @@ import (
func init() {
//配置文件初始化
Path := "Config.json"
var c modles.Config
var c models.Config
if !File.Exists(Path) {
if err := File.WriteJson(
Path,