Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPackage ¶
func NewPackage(name string) *packageT
func WalkPackageDependencies ¶
func WalkPackageDependencies(pkg *packageT, dependencies map[string]*packageT)
Types ¶
type GoModuleInfo ¶
Go mod 信息
func ParseGoModuleInfo ¶
func ParseGoModuleInfo(path string) (*GoModuleInfo, error)
ParseGoModuleInfo parse go.mod and return GoModuleInfo
Click to show internal directories.
Click to hide internal directories.