package stdmethods
import "golang.org/x/tools/go/analysis/passes/stdmethods"
Package stdmethods defines an Analyzer that checks for misspellings in the signatures of methods similar to well-known interfaces.
Index ¶
Constants ¶
const Doc = "" /* 732 byte string literal not displayed */
Variables ¶
var Analyzer = &analysis.Analyzer{ Name: "stdmethods", Doc: Doc, Requires: []*analysis.Analyzer{inspect.Analyzer}, Run: run, }
Source Files ¶
stdmethods.go
- Version
- v0.1.2
- Published
- May 25, 2021
- Platform
- windows/amd64
- Imports
- 6 packages
- Last checked
- 8 minutes ago –
Tools for package owners.