package
0.0.0-20211113074651-c6ea6ab4ee08
Repository: https://github.com/tsaikd/kdgolib.git
Documentation: pkg.go.dev

# Functions

FindAllSubPackages return all sub packages under importPath.
GuessPackageFromDir return importable package from dir if possible.
IsGoModDir return true if dir contains go.mod file.
ParseGoMod return go module and dep info in dir.
ParsePackagePaths return PackageList by parse paths, ignore vendor.

# Variables

# Structs

Module go mod info.
ModuleError go mod error.
PackageList contains Package info and support lookup efficiently.