package unmarshal
import "golang.org/x/tools/go/analysis/passes/unmarshal"
The unmarshal package defines an Analyzer that checks for passing non-pointer or non-interface types to unmarshal and decode functions.
Index ¶
Constants ¶
const Doc = "" /* 200 byte string literal not displayed */
Variables ¶
var Analyzer = &analysis.Analyzer{ Name: "unmarshal", Doc: Doc, Requires: []*analysis.Analyzer{inspect.Analyzer}, Run: run, }
Source Files ¶
unmarshal.go
Directories ¶
Path | Synopsis |
---|---|
go/analysis/passes/unmarshal/cmd | |
go/analysis/passes/unmarshal/cmd/unmarshal | The unmarshal command runs the unmarshal analyzer. |
- Version
- v0.1.10
- Published
- Mar 15, 2022
- Platform
- js/wasm
- Imports
- 7 packages
- Last checked
- 5 hours ago –
Tools for package owners.