Imports of fieldalignment command

PathSynopsis
golang.org/x/tools/go/analysis/passes/fieldalignmentPackage fieldalignment defines an Analyzer that detects structs that would use less memory if their fields were sorted.
golang.org/x/tools/go/analysis/singlecheckerPackage singlechecker defines the main function for an analysis driver with only a single analysis.