Skip to content

Commit

Permalink
doc: removing comment about goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
catenacyber committed Dec 13, 2023
1 parent b9f337d commit 7bc1be8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion analyzer/analyzer.go
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,6 @@ func (n *perfSprint) run(pass *analysis.Pass) (interface{}, error) {
}

if d != nil {
// Need to run goimports to fix using of fmt, strconv, errors or encoding/hex afterwards.
pass.Report(*d)
}
})
Expand Down

0 comments on commit 7bc1be8

Please sign in to comment.