shurcooL / githubv4

Package githubv4 is a client library for accessing GitHub GraphQL API v4 (https://docs.github.com/en/graphql).
MIT License
1.12k stars 90 forks source link

UserIds field should be named UserIDs. #11

Closed dmitshur closed 7 years ago

dmitshur commented 7 years ago

See https://github.com/shurcooL/githubql/blob/0b00ca5879d0039d6c5b952b12d/input.go#L367.

It should be UserIDs to follow Go style.

This is a case that is not correctly handled in caseconv.LowerCamelCaseToMixedCaps.