ast_init_test.go 225 B

1234567891011
  1. package ast
  2. import (
  3. "github.com/flipped-aurora/gin-vue-admin/server/global"
  4. "path/filepath"
  5. )
  6. func init() {
  7. global.GVA_CONFIG.AutoCode.Root, _ = filepath.Abs("../../../")
  8. global.GVA_CONFIG.AutoCode.Server = "server"
  9. }