09-Pagination
发布用户动态
...
var (
homeController home
templates map[string]*template.Template
sessionName string
flashName string
store *sessions.CookieStore
)
func init() {
templates = PopulateTemplates()
store = sessions.NewCookieStore([]byte("something-very-secret"))
sessionName = "go-mega"
flashName = "go-flash"
}
...

加入动态分页
首页中的分页

个人主页中的分页

更容易地发现和关注用户

Links
Last updated