5 lines
60 B
Go
5 lines
60 B
Go
package db
|
|
|
|
type Config struct {
|
|
DSN string `yaml:"dsn"`
|
|
}
|