*: update git paths to 'coreos/bbolt'

pull/8/head
Gyu-Ho Lee 2017-07-27 11:11:07 -07:00
parent 7ce671beee
commit a30394a020
2 changed files with 3 additions and 3 deletions

View File

@ -9,9 +9,9 @@ race:
# go get github.com/kisielk/errcheck
errcheck:
@errcheck -ignorepkg=bytes -ignore=os:Remove github.com/boltdb/bolt
@errcheck -ignorepkg=bytes -ignore=os:Remove github.com/coreos/bbolt
test:
test:
@go test -v -cover .
@go test -v ./cmd/bolt

View File

@ -19,7 +19,7 @@ import (
"unicode/utf8"
"unsafe"
"github.com/boltdb/bolt"
bolt "github.com/coreos/bbolt"
)
var (