Beispiel #1
0
func qdb_stats(par string) {
	fmt.Print(qdb.GetStats())
}
Beispiel #2
0
func qdb_stats() {
	fmt.Print(qdb.GetStats())
}