Documentation ¶
Overview ¶
Package unconvert defines an Analyzer that detects unnecessary type conversions.
Index ¶
Constants ¶
View Source
const Doc = `check for unnecessary type conversions`
Doc documents this pass.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "unconvert", Doc: Doc, Requires: []*analysis.Analyzer{inspect.Analyzer}, Run: run, }
Analyzer defines this pass.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.