Closed
Description
The CommitStats
in the Commit
struct is always nil.
Comparing the current Commit
struct:
go-github/github/git_commits.go
Lines 44 to 62 in c4a49db
The Stats
field is not on the OpenAPI Contract.
I know that structs can be used to represents objects that look alike a lot (hence the CommentCount
field).
So I'm not sure if the Stats
field is also one of these exceptions. If that's the case, it should be explained just like CommentCount
.