Skip to content

Commit

Permalink
Merge pull request #3 from pingcap/fix-boltdb-import
Browse files Browse the repository at this point in the history
store: fix boltdb package import.
  • Loading branch information
ngaut committed Sep 6, 2015
2 parents b63205b + ffe3543 commit 7f9930a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/localstore/boltdb/boltdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ import (
"os"
"path"

"github.com/boltdb/bolt"
"github.com/juju/errors"
"github.com/ngaut/bolt"
"github.com/ngaut/log"
"github.com/pingcap/tidb/store/localstore/engine"
)
Expand Down

0 comments on commit 7f9930a

Please sign in to comment.