Closed vitords closed 1 hour ago
Adds q to the reserve keywords.
q
Although not a golang keyword per se, it works as one since q is reserved as a shorthand for Queries in the generated code so there's no need to rename the reserved keywords list.
Queries
Fixes #3627.
Adds
q
to the reserve keywords.Although not a golang keyword per se, it works as one since
q
is reserved as a shorthand forQueries
in the generated code so there's no need to rename the reserved keywords list.Fixes #3627.