Documentation ¶
Overview ¶
Package ineffassign implements a static analyzer to ensure that there are no ineffectual assignments in source code.
Index ¶
Constants ¶
View Source
const Doc = "Tool to make sure there are no ineffectual assignments in source code"
Doc explaining the tool.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "ineffassign", Doc: Doc, Requires: []*analysis.Analyzer{inspect.Analyzer}, Run: run, }
Analyzer runs static analysis.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.