We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eef720d commit 91d940cCopy full SHA for 91d940c
go.mod
@@ -16,6 +16,6 @@ require (
16
github.com/prometheus/client_golang v1.0.0
17
github.com/sirupsen/logrus v1.4.2 // indirect
18
github.com/stretchr/objx v0.2.0 // indirect
19
- go.etcd.io/bbolt v1.3.3 // indirect
+ go.etcd.io/bbolt v1.3.2
20
golang.org/x/tools v0.0.0-20190529010454-aa71c3f32488 // indirect
21
)
test/main_test.go
@@ -437,6 +437,8 @@ func testopenfile() {
437
fmt.Println(k, ":", v)
438
k, v = c.Seek([]byte{2})
439
440
+ k, v = c.Seek([]byte{3})
441
+ fmt.Println(k, ":", v)
442
k, v = c.Seek([]byte{10})
443
444
k, v = c.Seek([]byte{12})
0 commit comments