toolsgolang.org/x/tools/internal/lsp/analysis/undeclaredname Index | Files

package undeclaredname

import "golang.org/x/tools/internal/lsp/analysis/undeclaredname"

Package undeclaredname defines an Analyzer that applies suggested fixes to errors of the type "undeclared name: %s".

Index

Constants

const Doc = "" /* 175 byte string literal not displayed */

Variables

var Analyzer = &analysis.Analyzer{
	Name:             string(analysisinternal.UndeclaredName),
	Doc:              Doc,
	Requires:         []*analysis.Analyzer{},
	Run:              run,
	RunDespiteErrors: true,
}

Functions

func FixesError

func FixesError(msg string) bool

func SuggestedFix

func SuggestedFix(fset *token.FileSet, rng span.Range, content []byte, file *ast.File, _ *types.Package, _ *types.Info) (*analysis.SuggestedFix, error)

Source Files

undeclared.go

Version
v0.1.0
Published
Jan 19, 2021
Platform
js/wasm
Imports
10 packages
Last checked
3 hours ago

Tools for package owners.