//
pkg.gl
Category
github.com/aihohu/gotool
idUtil
package
0.1.7
Repository:
https://github.com/aihohu/gotool.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
1
Files
21 SLOC
#
Functions
RandomUUID
RandomUUID 随机UUID @return 随机UUID.
SimpleUUID
SimpleUUID 去掉-的UUID @return 去掉-的UUID.
SnowflakeId
SnowflakeId 简单获取SnowflakeId Node number 默认为1 @return SnowflakeId.
SnowflakeIdInt64
SnowflakeIdInt64 简单获取SnowflakeId Node number 默认为1 @return SnowflakeId(int64).