package errorsas

import "golang.org/x/tools/go/analysis/passes/errorsas"

The errorsas package defines an Analyzer that checks that the second argument to errors.As is a pointer to a type implementing error.

Index

Constants

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

Variables

var Analyzer = &analysis.Analyzer{
	Name:     "errorsas",
	Doc:      Doc,
	Requires: []*analysis.Analyzer{inspect.Analyzer},
	Run:      run,
}

Source Files

errorsas.go

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

Tools for package owners.