//
pkg.gl
Category
github.com/timandy/GoMybatis/v7
ids
package
7.0.10
Repository:
https://github.com/timandy/gomybatis.git
Documentation:
pkg.go.dev
Overview
Dependencies
7
Dependents
0
#
README
id package,推荐使用雪花算法,以获取分布式的id并且是稠密索引id
snowflake clone from github
https://github.com/bwmarrin/snowflake
how to use it
n, _ := NewNode(0) id := n.Generate() fmt.Println(id)