Skip to content

Commit

Permalink
Update dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrusev committed Jul 22, 2016
1 parent f1269d6 commit a1bb417
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
20 changes: 16 additions & 4 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions plugins/statsd/statsd.go
Expand Up @@ -49,6 +49,7 @@ func (s *Statsd) SetConfigDefaults() error {
}).Error("Can't read config file")
}
var config Config
fmt.Println(configFile)
decodeError := mapstructure.Decode(configFile, &config)
if decodeError != nil {
log.WithFields(log.Fields{
Expand Down

0 comments on commit a1bb417

Please sign in to comment.