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
{{ message }}
This repository was archived by the owner on Jan 29, 2025. It is now read-only.
Add goimports and gofmt check to the static analysis
Gofmt and Goimports should be run on each new PR in order to ensure
there is no future drift from basic go formatting directives. These
checks will simply fail if the code is not correctly formatted.
0 commit comments