Imports of unmarshal command

PathSynopsis
golang.org/x/tools/go/analysis/passes/unmarshalThe 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/singlecheckerPackage singlechecker defines the main function for an analysis driver with only a single analysis.