settings struct fixed

This commit is contained in:
alessio 2016-11-20 18:04:11 +01:00
parent 3a6086f5b0
commit 99263e2082
1 changed files with 3 additions and 3 deletions

View File

@ -7,9 +7,9 @@ import (
type Settings struct {
Colors `yaml:"-"`
Resources `yaml:"resources,omitempty" json:"resources,omitempty"`
Server `yaml:"server,omitempty" json:"server,omitempty"`
Config `yaml:"config,omitempty" json:"config,omitempty"`
Resources `yaml:"resources,omitempty" json:"resources"`
Server `yaml:"server,omitempty" json:"server"`
Config `yaml:"config,omitempty" json:"config"`
}
type Config struct {