Exemplo n.º 1
0
func qdb_stats() {
	fmt.Print(qdb.GetStats())
}
Exemplo n.º 2
0
func qdb_stats(par string) {
	fmt.Print(qdb.GetStats())
}