2
1
Fork 0
swim/task.go

8 lines
68 B
Go

package main
type Task struct {
Body string
Complete bool
}