commands: Fix golint issues
authorCameron Moore <moorereason@gmail.com>
Thu, 6 Sep 2018 15:53:18 +0000 (10:53 -0500)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Fri, 7 Sep 2018 06:25:51 +0000 (08:25 +0200)
commitf0effac80426325040c4bc703cd610f434d0b5a8
tree18c011f77f3777bafef9e00d98df302f0572f22f
parentbe3ae3ec92da972a55112af39ce2e1c45121b9a5
commands: Fix golint issues

commands/hugo.go:65:1: exported method Response.IsUserError should have comment or be unexported
commands/import_jekyll.go:100:21: error strings should not be capitalized or end with punctuation or a newline
commands/server.go:417:1: receiver name sc should be consistent with previous receiver name s for serverCmd
commands/hugo.go
commands/import_jekyll.go
commands/server.go