Exemplo n.º 1
0
func init() {
	config.Register("yaml", &YAMLConfig{})
}
Exemplo n.º 2
0
Arquivo: xml.go Projeto: dzyk/dcoin-go
func init() {
	config.Register("xml", &XMLConfig{})
}