Updated bbolt import path

This commit is contained in:
yamamushi
2018-08-28 19:38:54 -05:00
parent bda68dab90
commit d01b698d5a
24 changed files with 24 additions and 24 deletions

View File

@@ -11,7 +11,7 @@ import (
"github.com/asdine/storm"
"github.com/asdine/storm/codec/gob"
"github.com/coreos/bbolt"
bolt "go.etcd.io/bbolt"
)
func ExampleDB_Save() {