bygdata/utils/ast/ast_init_test.go
2026-02-12 00:16:08 +00:00

12 lines
186 B
Go

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