ticket-pimp/domain/task.go

7 lines
77 B
Go

package domain
type Task struct {
Description string
URL string
}