go/internal/domain/config.go

6 lines
84 B
Go

package domain
type Config struct {
BIND string `env:"BIND" envDefault:":3000"`
}