Exemplo n.º 1
0
func init() {
	config.Register("xml", &XMLConfig{})
}
Exemplo n.º 2
0
func init() {
	config.Register("yaml", &YAMLConfig{})
}