add logid

This commit is contained in:
bryanqiu 2022-12-05 10:50:58 +08:00
parent ac4c30b171
commit 229bfb80cd

2
uid.go
View File

@ -43,7 +43,7 @@ type Range struct {
Length int // lenght of this range
}
type rangeQueue struct {
//deque.Deque[*Range]
deque.Deque[*Range]
}
const (