You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

go.mod 174 B

4 years ago
123456789
  1. module yitidgen
  2. go 1.16
  3. require (
  4. github.com/go-redis/redis v6.15.9+incompatible
  5. github.com/onsi/ginkgo v1.15.2 // indirect
  6. github.com/onsi/gomega v1.11.0 // indirect
  7. )

雪花算法中非常好用的数字ID生成器