8 lines
103 B
Go
8 lines
103 B
Go
package examples
|
|
|
|
type exampleConfig struct {
|
|
Mysql map[string]string
|
|
}
|
|
|
|
var Config = exampleConfig{}
|