Skip to content

Commit ba92672

Browse files
committed
x
1 parent 099ef97 commit ba92672

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/main_test.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -402,11 +402,11 @@ func TestXx(t *testing.T) {
402402
}
403403

404404
func testopenfile() {
405-
db, err := bolt.Open("my.db", 0600, nil)
406-
if err != nil {
407-
fmt.Println(err)
408-
}
409-
fmt.Println(db)
405+
//db, err := bolt.Open("my.db", 0600, nil)
406+
//if err != nil {
407+
// fmt.Println(err)
408+
//}
409+
//fmt.Println(db)
410410
db, err := bolt.Open("my.db", 0600, nil)
411411
if err != nil {
412412
fmt.Println(err)

0 commit comments

Comments
 (0)