Exemplo n.º 1
0
Arquivo: usif.go Projeto: wchh/gocoin
func qdb_stats() {
	fmt.Print(qdb.GetStats())
}
Exemplo n.º 2
0
func qdb_stats(par string) {
	fmt.Print(qdb.GetStats())
}