package httpresponse
import "golang.org/x/tools/go/analysis/passes/httpresponse"
Package httpresponse defines an Analyzer that checks for mistakes using HTTP responses.
Index ¶
Constants ¶
const Doc = "" /* 452 byte string literal not displayed */
Variables ¶
var Analyzer = &analysis.Analyzer{ Name: "httpresponse", Doc: Doc, Requires: []*analysis.Analyzer{inspect.Analyzer}, Run: run, }
Source Files ¶
httpresponse.go
- Version
- v0.1.1
- Published
- May 11, 2021
- Platform
- windows/amd64
- Imports
- 6 packages
- Last checked
- 8 minutes ago –
Tools for package owners.