hugo/common/maps
Cameron Moore b8b91f5506 common: Fix golint errors
common/errors/errors.go:21:1: comment on exported var FeatureNotAvailableErr should be of the form "FeatureNotAvailableErr ..."
common/errors/errors.go:23:5: error var FeatureNotAvailableErr should have name of the form ErrFoo
common/maps/scratch.go:76:1: comment on exported method Scratch.Delete should be of the form "Delete ..."
common/maps/scratch.go:133:1: exported function NewScratch should have comment or be unexported
common/types/types.go:44:1: exported function NewKeyValuesStrings should have comment or be unexported
2018-09-07 08:25:51 +02:00
..
maps.go Add support for theme composition and inheritance 2018-06-10 23:55:20 +02:00
maps_test.go Add support for theme composition and inheritance 2018-06-10 23:55:20 +02:00
scratch.go common: Fix golint errors 2018-09-07 08:25:51 +02:00
scratch_test.go Add a newScratch template func 2018-07-06 17:51:38 +02:00