func configure() { comcfg.RegisterFlags() config.RegisterFlags() flag.Parse() conf = config.Configure() comconf = comcfg.Configure() }
func configure() { comcfg.RegisterFlags() config.RegisterFlags() flag.Parse() conf = config.Configure() comconf = comcfg.Configure() // FIXME hacky web.APIHost = conf.APIHost }
func configure() { cfgcom.RegisterFlags() cfgapi.RegisterFlags() cfgui.RegisterFlags() flag.Parse() apiconf = cfgapi.Configure() uiconf = cfgui.Configure() comconf = cfgcom.Configure() }