Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadModulesFile ¶
LoadModulesFile load modules.txt file it will return map[string]*package, the key is package name, the value is package pointer
func StartVerify ¶
StartVerify start verify
Types ¶
type ModFile ¶
type ModFile struct {
Packages []*Package
}
ModFile go mod/modules package infos
func LoadModFile ¶
LoadModFile it will load go.mod file
func (*ModFile) AppendPackage ¶
AppendPackage append package to ModFile
Click to show internal directories.
Click to hide internal directories.