Documentation ¶
Overview ¶
Package unusedwrite checks for unused writes to the elements of a struct or array object.
Index ¶
Constants ¶
View Source
const Doc = `` /* 600-byte string literal not displayed */
Doc is a documentation string.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "unusedwrite", Doc: Doc, Requires: []*analysis.Analyzer{buildssa.Analyzer}, Run: run, }
Analyzer reports instances of writes to struct fields and arrays that are never read.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.