Package hashids generates short, unique, non-sequential ids from numbers using the Hashids algorithm.
go get github.com/speps/go-hashidsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Encode a list of integers into a Hashid string.
Use hashids.NewWithData(hashids.NewData()) instead of hashids.New() if migrating from v1.
No dependency data recorded yet.