package
0.0.0-20191024030528-a481964b876e
Repository: https://github.com/divinerapier/learn-kubernetes.git
Documentation: pkg.go.dev

# 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.