BitSet support: no tested

This commit is contained in:
Tnze
2021-11-26 17:45:59 +08:00
parent 684d257dce
commit 4d11e7913f
2 changed files with 53 additions and 34 deletions

View File

@ -44,7 +44,7 @@ func TestReadRegion(t *testing.T) {
if err != nil {
t.Error(err)
}
t.Log(b)
//t.Log(b)
}
}