Imports of nodecount command

PathSynopsis
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
go/astPackage ast declares the types used to represent syntax trees for Go packages.
golang.org/x/tools/go/packagesPackage packages loads Go packages for inspection and analysis.
logPackage log implements a simple logging package.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
sortPackage sort provides primitives for sorting slices and user-defined collections.