package examples type exampleConfig struct { Mysql map[string]string } var Config = exampleConfig{}