# Functions
WalkPkg recursively visits all packages under pkgName.
# Variables
ErrSkipPkg can be returned by a VisitFunc to indicate that the package in question should not be walked any further.
# Type aliases
VisitFunc is a function called by WalkPkg to examine a single package.