package routine type Task struct { Id string Content string } type Data struct { Count int Record map[int]int }