Versions in this module Expand all Collapse all v1 v1.12.3 Jan 11, 2021 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