1 2 3 4 5 6
package db type Config struct { Database string `env:"DATABASE"` Debug bool `env:"DB_DEBUG"` }