✏️ make lint happy

This commit is contained in:
fumiama
2021-12-19 16:04:14 +08:00
parent 4ad7ff7971
commit 5ff9069ff2
13 changed files with 26 additions and 21 deletions

View File

@@ -2,8 +2,8 @@ package file
import "os"
// BOT_PATH BOT当前路径
var BOT_PATH = Pwd()
// BOTPATH BOT当前路径
var BOTPATH = Pwd()
// IsExist 文件/路径存在
func IsExist(path string) bool {