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
In #2045 (comment) we saw that the imports can change, depending on the IDE. To prevent this we should make use of goimports and run it in the fmt target of the Makefile.
The text was updated successfully, but these errors were encountered:
What would you like to be added/changed?
In #2045 (comment) we saw that the imports can change, depending on the IDE. To prevent this we should make use of
goimports
and run it in thefmt
target of the Makefile.The text was updated successfully, but these errors were encountered: