Imports of package directives

PathSynopsis
golang.org/x/tools/go/analysisPackage analysis defines the interface between a modular static analysis and an analysis driver program.
honnef.co/go/tools/analysis/lintPackage lint provides abstractions on top of go/analysis.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.