Documentation ¶
Index ¶
Constants ¶
View Source
const SchemaVersion = 3
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Output ¶
type Output struct { SchemaVersion int `toml:"schema"` Mod map[string]*Package `toml:"mod"` // Packages with passed import paths trigger `go install` based on this list SubPackages []string `toml:"subPackages,omitempty"` // Packages with passed import paths has a "default package" which pname & version is inherit from GoPackagePath string `toml:"goPackagePath,omitempty"` }
Click to show internal directories.
Click to hide internal directories.