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
To improve the formatting and adhere to Arctic Ice Studio's Go code
style `goimports` (1) is now used to automatically format imports:
- Only use one import declaration.
- Use of the `-local` flag to put imports local imports after 3rd-party packages.
- Move all stdlib imports into one group.
- Sort all imports.
References:
(1) godoc.org/golang.org/x/tools/cmd/goimports
ResolvesGH-195
To improve the formatting and adhere to Arctic Ice Studio's Go code style `goimports will be used to automatically format imports:
-local
flag to put imports local imports after 3rd-party packages.The text was updated successfully, but these errors were encountered: