config: Fix golint issues
authorCameron Moore <moorereason@gmail.com>
Thu, 6 Sep 2018 16:08:23 +0000 (11:08 -0500)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Fri, 7 Sep 2018 06:25:51 +0000 (08:25 +0200)
commitdaffeec30d9d67017ec84064e15fd946b0b0cb0d
tree70f0754a293fa81ce682a6684c56e354f4fd998d
parentb8b91f550646b2620649c3504e14a441975bea9f
config: Fix golint issues

config/configProvider.go:54:9: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary)
config/privacy/privacyConfig.go:99:1: exported function DecodeConfig should have comment or be unexported
config/services/servicesConfig.go:64:1: exported function DecodeConfig should have comment or be unexported
config/configProvider.go
config/privacy/privacyConfig.go
config/services/servicesConfig.go