pagination: export pager to make Golint happy

This commit is contained in:
bep 2015-04-21 21:25:42 +02:00
parent be8e6d4f1f
commit be366bfe1e
3 changed files with 26 additions and 26 deletions

View file

@ -32,7 +32,7 @@ type Node struct {
Date time.Time
Sitemap Sitemap
URLPath
paginator *pager
paginator *Pager
paginatorInit sync.Once
scratch *Scratch
}