页码计算适配每页数量为0

This commit is contained in:
2023-10-14 22:27:50 +08:00
parent 773ac512f3
commit a61f85b4e7
3 changed files with 8 additions and 1 deletions

2
go.mod
View File

@@ -14,7 +14,7 @@ require (
github.com/pkg/errors v0.9.1
github.com/spaolacci/murmur3 v1.1.0
github.com/stretchr/testify v1.8.2
github.com/tidwall/gjson v1.14.4
github.com/tidwall/gjson v1.17.0
gopkg.in/yaml.v3 v3.0.1
)