Bring back Closed field

This commit is contained in:
Cristian Dominguez 2021-04-30 17:32:16 -03:00
parent 6b49e21295
commit 796d2e24ef

View file

@ -26,6 +26,7 @@ type Issue struct {
Title string
URL string
State string
Closed bool
Body string
CreatedAt time.Time
UpdatedAt time.Time