Documentation ¶ Overview ¶ Package httpresponse defines an Analyzer that checks for mistakes using HTTP responses. Index ¶ Constants Variables Constants ¶ View Source const Doc = `` /* 450-byte string literal not displayed */ Variables ¶ View Source var Analyzer = &analysis.Analyzer{ Name: "httpresponse", Doc: Doc, Requires: []*analysis.Analyzer{inspect.Analyzer}, Run: run, } Functions ¶ This section is empty. Types ¶ This section is empty. Source Files ¶ View all Source files httpresponse.go Click to show internal directories. Click to hide internal directories.