package
Version:
v0.2.1
Opens a new window with list of versions in this module.
Published: May 24, 2022
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
GenSallyConf generate Sally packages config format
type Config struct {
URL string `yaml:"url"`
Packages map[string]Pkg `yaml:"packages"`
Godoc struct {
Host string `yaml:"host"`
} `yaml:"godoc"`
}
type Pkg struct {
Repo string `yaml:"repo"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.