Skip to content

Commit d8e7eb2

Browse files
Loïc Dacharyrealaravinth
Loïc Dachary
authored andcommitted
keep the comment on the State data member
1 parent ba05d12 commit d8e7eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/migration/milestone.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ type Milestone struct {
1515
Created time.Time `json:"created"`
1616
Updated *time.Time `json:"updated"`
1717
Closed *time.Time `json:"closed"`
18-
State string `json:"state"`
18+
State string `json:"state"` // open, closed
1919
}

0 commit comments

Comments
 (0)