package config type Store struct { Debug bool `env:"DEBUG" envDefault:"false"` DSN string `env:"DSN" envDefault:"data.sqlite"` }