package conf type GlobalConfig struct { } func DefaultGlobalConfig() GlobalConfig { return GlobalConfig{} }