gloabl.go 90 B

12345
  1. package global
  2. import "server/plugin/email/config"
  3. var GlobalConfig = new(config.Email)