fixed linter messages

This commit is contained in:
Sebastian Frank
2019-02-14 13:49:19 +01:00
parent 4df0b5e31f
commit 3285baddce
2 changed files with 2 additions and 1 deletions

View File

@@ -48,6 +48,7 @@ type GlobalConfig struct {
var globalConfig = new(GlobalConfig)
// ThisPathConfig is struct for This in paths yaml
type ThisPathConfig struct {
Navname *string `yaml:"Navname"`
GoTo *string `yaml:"GoTo"`