hugo/config
Cameron Moore daffeec30d 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
2018-09-07 08:25:51 +02:00
..
privacy config: Fix golint issues 2018-09-07 08:25:51 +02:00
services config: Fix golint issues 2018-09-07 08:25:51 +02:00
configProvider.go config: Fix golint issues 2018-09-07 08:25:51 +02:00
configProvider_test.go Add support for theme composition and inheritance 2018-06-10 23:55:20 +02:00