pass golint

pass all tests

respond to maintainer comments

reinstate assignment of t

correct typo

correct typo

pass linter some more
This commit is contained in:
buddhamagnet
2015-11-02 19:28:50 +00:00
parent 7a159ad934
commit 57f1d3c205
23 changed files with 126 additions and 40 deletions

View File

@ -14,10 +14,13 @@ import (
)
const (
DefaultTemplate = "defaultTemplate"
// DefaultTemplate is the default template.
DefaultTemplate = "defaultTemplate"
// DefaultStaticDir is the default static directory.
DefaultStaticDir = "generated_site"
)
// Data represents a markdown document.
type Data struct {
middleware.Context
Doc map[string]string