Documentation ¶ Index ¶ Variables func Run(pass *analysis.Pass) (any, error) Constants ¶ This section is empty. Variables ¶ View Source var Analyzer = &analysis.Analyzer{ Name: "httpwriter", Doc: "Ensures that httputil functions which make use of the writer are immediately followed by a return statement.", Requires: []*analysis.Analyzer{ inspect.Analyzer, }, } Functions ¶ func Run ¶ func Run(pass *analysis.Pass) (any, error) Types ¶ This section is empty. Source Files ¶ View all Source files analyzer.go Click to show internal directories. Click to hide internal directories.