gen.go 98 B

12345678
  1. package config
  2. type Gen struct {
  3. DBName string
  4. FrontPath string
  5. }
  6. var GenConfig = new(Gen)