Skip to content

Commit 39e5602

Browse files
committed
x
1 parent 0a64d16 commit 39e5602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/boltdb_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func testopenfile() {
5555
}
5656
fmt.Println(b)
5757
ret, err := GetBucketByPrefix([]byte("MyBucket"), db)
58-
fmt.Println(err)
58+
fmt.Println("err", err, ":len(ret):", len(ret))
5959
for _, key := range ret {
6060
fmt.Println(string(key))
6161
}

0 commit comments

Comments
 (0)