admin-api/utils/ast/ast_init_test.go

13 lines
205 B
Go
Raw Normal View History

2024-10-23 02:09:54 +00:00
package ast
import (
"path/filepath"
"myschools.me/lemons/admin/global"
)
func init() {
global.GVA_CONFIG.AutoCode.Root, _ = filepath.Abs("../../../")
global.GVA_CONFIG.AutoCode.Server = "server"
}