Range 测通并且 修改 getAround的bug

This commit is contained in:
huangsimin
2019-03-22 18:00:21 +08:00
parent 425475d4e6
commit 47fea0ca3b
3 changed files with 277 additions and 148 deletions

View File

@@ -19,7 +19,7 @@ import (
const CompartorSize = 100
const NumberMax = 600
func TestSave(t *testing.T) {
func Save(t *testing.T) {
f, err := os.OpenFile("../l.log", os.O_CREATE|os.O_TRUNC|os.O_WRONLY, 0666)
if err != nil {