feat(utils): 添加cronex高性能cron库支持,包含Apache 2.0许可证和完整测试用例
This commit is contained in:
7
common/utils/cronex/go.mod
Normal file
7
common/utils/cronex/go.mod
Normal file
@@ -0,0 +1,7 @@
|
||||
module github.com/antlabs/cronex
|
||||
|
||||
go 1.19
|
||||
|
||||
require github.com/antlabs/timer v0.1.4
|
||||
|
||||
require github.com/antlabs/stl v0.0.2 // indirect
|
||||
Reference in New Issue
Block a user