bygdata/utils/ast/ast_init_test.go
2026-03-10 14:09:43 +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"
}