Imports of unmarshal command
Path | Synopsis |
---|---|
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. |
golang.org/x/tools/go/analysis/singlechecker | Package singlechecker defines the main function for an analysis driver with only a single analysis. |