package opt type config struct { Debug bool `json:"debug"` } var ( Cfg = config{} )