# go-pagination-example **Repository Path**: ikaiguang/go-pagination-example ## Basic Information - **Project Name**: go-pagination-example - **Description**: go pagination, go paginate, go page, pagination, paginate, paging, page - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2018-09-29 - **Last Updated**: 2022-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # go-pagination The fantastic pagination library for Golang, aims to be developer friendly. ## Install install && get source code `go get -v github.com/ikaiguang/go-pagination` > go_1.11+ : `GO111MODULE=off go get -v github.com/ikaiguang/go-pagination` ## Test before run test : you must rewrite database connection and generate test data - [models/common.go](models/common.go) - [models/test_data.go](models/test_data.go) go test -v . ## License Released under the [MIT License](License)