common: Fix golint errors
authorCameron Moore <moorereason@gmail.com>
Thu, 6 Sep 2018 16:02:32 +0000 (11:02 -0500)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Fri, 7 Sep 2018 06:25:51 +0000 (08:25 +0200)
commitb8b91f550646b2620649c3504e14a441975bea9f
tree43884ec81f153aa63a25e6a51c3d187579024bda
parentf0effac80426325040c4bc703cd610f434d0b5a8
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
common/errors/errors.go
common/maps/scratch.go
common/types/types.go
resource/postcss/postcss.go
resource/tocss/scss/tocss_notavailable.go
resource/transform.go