Files

12 lines
124 B
Go
Raw Permalink Normal View History

2025-08-13 07:11:17 +08:00
package routine
type Task struct {
Id string
Content string
}
type Data struct {
Count int
Record map[int]int
}