Documentation ¶
Overview ¶
Package shush defines an Analyzer that reports usage of `fmt.Println` statements which may have been unintentionally left in the code for debugging purposes.
Index ¶
Constants ¶
View Source
const Doc = `` /* 135-byte string literal not displayed */
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "shush", Doc: Doc, Requires: []*analysis.Analyzer{inspect.Analyzer}, RunDespiteErrors: true, Run: run, }
Analyzer defines the analysis function to find and report fmt.Println statements. It can be referenced in an analysis driver.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.