In this PR: https://github.com/google/go-github/pull/4241#discussion_r3281926054 a `var` value was created when a pointer should have been created and the linter did not catch this and should be fixed.
In this PR:
#4241 (comment)
a
varvalue was created when a pointer should have been created and the linter did not catch this and should be fixed.