gofmt all go code

This commit is contained in:
Tibor Vass
2014-01-29 14:50:31 -08:00
committed by spf13
parent ff9f6e1b2a
commit 6dd2e9a49a
14 changed files with 2013 additions and 2013 deletions

View File

@@ -36,7 +36,7 @@ type Config struct {
Params map[string]interface{}
Permalinks PermalinkOverrides
BuildDrafts, UglyUrls, Verbose bool
CanonifyUrls bool
CanonifyUrls bool
}
var c Config