package stringintconv
import "golang.org/x/tools/go/analysis/passes/stringintconv"
Package stringintconv defines an Analyzer that flags type conversions from integers to strings.
Index ¶
Constants ¶
const Doc = "" /* 620 byte string literal not displayed */
Variables ¶
var Analyzer = &analysis.Analyzer{ Name: "stringintconv", Doc: Doc, Requires: []*analysis.Analyzer{inspect.Analyzer}, Run: run, }
Source Files ¶
string.go
Directories ¶
Path | Synopsis |
---|---|
go/analysis/passes/stringintconv/cmd | |
go/analysis/passes/stringintconv/cmd/stringintconv | The stringintconv command runs the stringintconv analyzer. |
- Version
- v0.1.10
- Published
- Mar 15, 2022
- Platform
- js/wasm
- Imports
- 8 packages
- Last checked
- 5 hours ago –
Tools for package owners.