package ifaceassert

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

Package ifaceassert defines an Analyzer that flags impossible interface-interface type assertions.

Copyright 2022 The Go Authors. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.

Index

Constants

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

Variables

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

Source Files

ifaceassert.go parameterized.go

Directories

PathSynopsis
go/analysis/passes/ifaceassert/cmd
go/analysis/passes/ifaceassert/cmd/ifaceassertThe ifaceassert command runs the ifaceassert analyzer.
Version
v0.1.10
Published
Mar 15, 2022
Platform
js/wasm
Imports
6 packages
Last checked
5 hours ago

Tools for package owners.