importusage

package
v0.0.0-...-620ebf3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 6, 2020 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

importusage is intended to discover direct usages of imports and produce a warning for each. The imports shouldn't be used directly, but through parameters and composition.

Index

Constants

This section is empty.

Variables

View Source
var Analyzer = &analysis.Analyzer{
	Name:     "importusage",
	Doc:      "Reports any import usage",
	Run:      run,
	Requires: []*analysis.Analyzer{inspect.Analyzer},
}

Analyzer is the exported analyzer entry point

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL