新增雪花算法核心文件

This commit is contained in:
2023-07-17 16:13:47 +08:00
parent ffa14d1241
commit da49a8273a
24 changed files with 73 additions and 215 deletions
+3
View File
@@ -27,6 +27,9 @@ func main() {
// 加载验证器
core.Validator()
// 加载雪花算法
core.Snowflake()
// 初始化路由-加载中间件
r := router.Init()