package model
// Issue represents an issue from the the remote API.
type Issue struct {
Number int
Title string
Author string
}