Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetRecursively ¶ added in v0.0.9
func IgnoreGlobal ¶
func IgnoreGlobal()
Types ¶
type Package ¶
type Package struct {
// package name
Package string `yaml:"package"`
// repo url
Repo string `yaml:"repo"`
// commit hash
Version string `yaml:"version"`
// isGlobal, install the package in global path
Global bool `yaml:"global"`
// contains vendor dir
Vendor bool
// isSelf
Self bool
// SrcPath
SrcPath string
}
Package define the structure of a package
func LoadPackage ¶
func LoadPackagesFromFile ¶
Click to show internal directories.
Click to hide internal directories.