Skip to content
This repository has been archived by the owner on Mar 10, 2021. It is now read-only.

Commit

Permalink
config: fix vet error
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Balunenko committed Dec 8, 2018
1 parent e01e909 commit 2f66075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
type Config struct {
LogsFilesListJSON string `required:"true"` // (example: '{"/log1.txt":"first_format ", "/dir/log2.log":"second_format "}'
LogLevel string `default:"Info"` // tool's logs level in stdout
logsFilesList map[string]string `json:"-"` // LogsFilesList store unmarshalled json LogsFilesListJSON
logsFilesList map[string]string // LogsFilesList store unmarshalled json LogsFilesListJSON
DBURL string `required:"true"` // Database URL
DBUsername string `default:""` // Database Username
DBPassword string `default:""` // DBPassword
Expand Down

0 comments on commit 2f66075

Please sign in to comment.