You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks! That is irksome, and I'm not sure why that is happening. If you care to make a PR to fix it, I would appreciate it. I would have thought this would have been the result:
gqlgen version: v0.17.66
go version: 1.23.3
full repro: https://github.com/mdakovac/gqlgen-import-sorting/tree/main
Go lets you group imports by separating them with a newline, however when you run the
generate
command, this grouping is broken.import statement before
generate
ingraph/schema.resolvers.go
fileafter
generate
The text was updated successfully, but these errors were encountered: