sqids / sqids-go

Official Go port of Sqids. Generate short unique IDs from numbers.
https://sqids.org/go
MIT License
536 stars 11 forks source link

Move `minUint64Value` and `maxUint64Value` constants to encoding test #24

Closed peterhellberg closed 1 year ago

peterhellberg commented 1 year ago

Constants are no longer used outside of the tests, so move them away from sqids.go