Skip to content

unnecessary-format

Avoid formatting calls without directives.

Updated View as Markdown

Default severity: note

Avoid formatting calls without directives.

Bad

fmt.Sprintf("static message")

Good

fmt.Sprint(value)
Navigation

Type to search…

↑↓ navigate↵ selectEsc close