1
0
mirror of synced 2025-12-18 02:58:07 +08:00

auto commit

This commit is contained in:
yitter
2021-04-05 21:21:39 +08:00
parent be0994641d
commit 2f4adc1a2e
13 changed files with 46 additions and 53 deletions

View File

@@ -16,7 +16,7 @@ func SetOptions(workerId uint16) {
}
//export NextId
func NextId() uint64 {
func NextId() int64 {
return idgen.NextId()
}