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

@@ -2,7 +2,7 @@ package storm
import (
"github.com/asdine/storm/codec"
"github.com/coreos/bbolt"
bolt "go.etcd.io/bbolt"
)
// A Node in Storm represents the API to a BoltDB bucket.