Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PackageInfo ¶
PackageInfo describes a Go package in the project.
type Project ¶
type Project struct {
Root string
Module string
Packages []PackageInfo
}
Project holds parsed project structure.
func LoadProject ¶
LoadProject parses go.mod module and Go files under internal/.
func (*Project) ImportGraph ¶
ImportGraph returns adjacency list module -> imported project packages.
Click to show internal directories.
Click to hide internal directories.