package opt type config struct { Debug bool Make struct { DisableDependencyCheck bool Dir string } } var ( Cfg = &config{} )