增加获取可执行文件绝对路径的方法

This commit is contained in:
2022-10-14 12:50:03 +08:00
parent 1c9c8be53c
commit f5086c77e0
3 changed files with 49 additions and 0 deletions

View File

@ -30,6 +30,8 @@ var (
Map *ownMap
// Calculate ...
Calculate *calculate
// Project ...
Project = &project{}
)
func init() {