Пример #1
0
func qdb_stats(par string) {
	fmt.Print(qdb.GetStats())
}
Пример #2
0
func qdb_stats() {
	fmt.Print(qdb.GetStats())
}