6 lines
95 B
Go
6 lines
95 B
Go
package global
|
|
|
|
import "byg-backend/plugin/email/config"
|
|
|
|
var GlobalConfig = new(config.Email)
|