10 lines
128 B
Go
10 lines
128 B
Go
package examples
|
|
|
|
type exampleConfig struct {
|
|
Mysql map[string]string
|
|
}
|
|
|
|
var Config = exampleConfig{}
|
|
|
|
var dbName = "dtm_busi"
|