Support operate regions on the fly

This commit is contained in:
Tnze
2021-11-25 10:27:39 +08:00
parent b1b57e067b
commit 684d257dce
2 changed files with 42 additions and 17 deletions

View File

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