package opt type config struct { Debug bool } var Cfg = &config{}