package httpmux
import "golang.org/x/tools/go/analysis/passes/httpmux"
Index ¶
Constants ¶
const Doc = "" /* 478 byte string literal not displayed */
Variables ¶
var Analyzer = &analysis.Analyzer{ Name: "httpmux", Doc: Doc, URL: "https://pkg.go.dev/golang.org/x/tools/go/analysis/passes/httpmux", Requires: []*analysis.Analyzer{inspect.Analyzer}, Run: run, }
Source Files ¶
httpmux.go
Directories ¶
Path | Synopsis |
---|---|
go/analysis/passes/httpmux/cmd | |
go/analysis/passes/httpmux/cmd/httpmux | The httpmux command runs the httpmux analyzer. |
- Version
- v0.30.0 (latest)
- Published
- Feb 10, 2025
- Platform
- linux/amd64
- Imports
- 12 packages
- Last checked
- 3 hours ago –
Tools for package owners.