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.10
- Published
- Mar 15, 2022
- Platform
- js/wasm
- Imports
- 6 packages
- Last checked
- 5 hours ago –
Tools for package owners.