"refactor(common): 重构序列化工具包,将serialize重命名为utils并添加bitset组件"
This commit is contained in:
7
common/utils/bitset/bitset.go
Normal file
7
common/utils/bitset/bitset.go
Normal file
@@ -0,0 +1,7 @@
|
||||
// Package bitset32 modified from "github.com/bits-and-blooms/bitset"
|
||||
// implements bitset with uint32. Both packages are used in the same way.
|
||||
// In bitset32, some methods are untested. So if not necessary,
|
||||
// it is highly recommended to use "github.com/bits-and-blooms/bitset".
|
||||
|
||||
// go version go1.19.4 windows/amd64
|
||||
package bitset32
|
||||
Reference in New Issue
Block a user