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 = "" /* 291 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 SuggestedFix

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

Source Files

undeclared.go

Version
v0.1.10
Published
Mar 15, 2022
Platform
js/wasm
Imports
12 packages
Last checked
6 hours ago

Tools for package owners.