Skip to content

Commit 87203f5

Browse files
committed
maintner: document that GitHubIssue.ClosedBy field is not implemented
The ClosedBy field is currently always nil due to the cause described in the linked issue. Document it with a TODO comment so people don't need to spend time on figuring that out for themselves. Updates golang/go#28745 Change-Id: Icaa7b8fd5614dffbfd13a9783b9a71cb87e2af40 Reviewed-on: https://go-review.googlesource.com/c/149238 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 23803ab commit 87203f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maintner/github.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ type GitHubIssue struct {
240240
Created time.Time
241241
Updated time.Time
242242
ClosedAt time.Time
243-
ClosedBy *GitHubUser
243+
ClosedBy *GitHubUser // TODO(dmitshur): Implement (see golang.org/issue/28745).
244244
Title string
245245
Body string
246246
Milestone *GitHubMilestone // nil for unknown, noMilestone for none

0 commit comments

Comments
 (0)