Documentation
¶
Overview ¶
Package stringbuilderlint reports non-trivial string concatenation and primitive fmt.Sprintf calls that should use strings.Builder.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{
Name: analyzerName,
Doc: "check for string concatenation and primitive fmt.Sprintf calls that should use strings.Builder",
URL: "https://pkg.go.dev/github.com/omniaura/go-kit/stringbuilderlint",
Run: run,
}
Analyzer reports string concatenation and primitive fmt.Sprintf calls that should use strings.Builder.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.