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
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -192,7 +192,7 @@ gosimple: Linter for Go source code that specializes in simplifying a code [fast
192
192
govet (vet, vetshadow): Vet examines Go source code and reports suspicious constructs, such as Printf calls whose arguments do not align with the format string [fast: false, auto-fix: false]
193
193
ineffassign: Detects when assignments to existing variables are not used [fast: true, auto-fix: false]
194
194
staticcheck: Staticcheck is a go vet on steroids, applying a ton of static analysis checks [fast: false, auto-fix: false]
195
-
structcheck: Finds an unused struct fields [fast: true, auto-fix: false]
0 commit comments