lckt-server/utils/ast/ast_init_test.go
2025-04-09 12:17:33 +08:00

12 lines
202 B
Go

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