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 200 B

3 years ago
12345678
  1. module github.com/yitter/idgenerator-go
  2. go 1.17
  3. require (
  4. github.com/cespare/xxhash/v2 v2.1.2 // indirect
  5. github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
  6. )