示例#1
0
func readConfig(cfg *config.Config) {
	cfg.Accounts = []*config.Account{readAccount()}
}