Closed dmitshur closed 7 years ago
See https://github.com/shurcooL/githubql/blob/0b00ca5879d0039d6c5b952b12d/input.go#L367.
It should be UserIDs to follow Go style.
UserIDs
This is a case that is not correctly handled in caseconv.LowerCamelCaseToMixedCaps.
caseconv.LowerCamelCaseToMixedCaps
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
.