Fixed issue with generate and added some documentation to funcs
This commit is contained in:
parent
7494468bed
commit
cd840b2bf0
9 changed files with 219 additions and 158 deletions
|
|
@ -38,6 +38,7 @@ type Config struct {
|
|||
Options Options `yaml:"options"`
|
||||
}
|
||||
|
||||
// Creates a new config with default parameters.
|
||||
func NewConfig() Config {
|
||||
return Config{
|
||||
Version: "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue