feat: initial version

This commit is contained in:
2025-06-07 19:23:44 +02:00
commit 26eff55974
12 changed files with 452 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
module gitlab.com/unboundsoftware/pagination
go 1.24.4
require github.com/stretchr/testify v1.10.0
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)