stringbuilderlint

package module
v0.0.0-...-4e0881e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 9, 2026 License: MIT Imports: 11 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL