bygdata/utils/ast/ast_init_test.go
liuzhiwang e57ec346ea add
2026-02-02 17:57:11 +08:00

12 lines
190 B
Go

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