toolsgolang.org/x/tools/go/analysis/passes/stdmethods Index | Files

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.3.0
Published
Nov 9, 2022
Platform
js/wasm
Imports
6 packages
Last checked
5 hours ago

Tools for package owners.