コード例 #1
0
ファイル: god_cli.go プロジェクト: rhino1998/god
func count(conn *client.Conn, args []string) {
	fmt.Println(conn.Count([]byte(args[1]), []byte(args[2]), []byte(args[3]), true, false))
}