Files
st/server/utils/ast/ast_init_test.go
2026-02-10 17:48:27 +08:00

12 lines
207 B
Go

package ast
import (
"git.echol.cn/loser/st/server/global"
"path/filepath"
)
func init() {
global.GVA_CONFIG.AutoCode.Root, _ = filepath.Abs("../../../")
global.GVA_CONFIG.AutoCode.Server = "server"
}