Versions in this module Expand all Collapse all v1 v1.0.2 Oct 19, 2018 Changes in this version + type Pagination struct + BaseUrl string + Pernum int + Request *http.Request + Total int + func NewPagination(req *http.Request, total int, pernum int, baseUrl string) *Pagination + func (p *Pagination) HtmlPages() template.HTML + func (p *Pagination) Pages() string