package opt type config struct { Address string `json:"address"` } var ( Cfg = &config{} )