mirror of https://github.com/etcd-io/bbolt.git
*: update git paths to 'coreos/bbolt'
parent
7ce671beee
commit
a30394a020
4
Makefile
4
Makefile
|
@ -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
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ import (
|
|||
"unicode/utf8"
|
||||
"unsafe"
|
||||
|
||||
"github.com/boltdb/bolt"
|
||||
bolt "github.com/coreos/bbolt"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
Loading…
Reference in New Issue