forked from mirror/ledisdb
mdb not supports windows
This commit is contained in:
parent
f46d63cf62
commit
256efc2c66
|
@ -7,4 +7,5 @@ go get github.com/siddontang/go-snappy/snappy
|
|||
go get github.com/siddontang/copier
|
||||
|
||||
go get github.com/siddontang/goleveldb/leveldb
|
||||
go get github.com/influxdb/gomdb
|
||||
|
||||
go get -d github.com/influxdb/gomdb
|
|
@ -1,3 +1,5 @@
|
|||
// +build !windows
|
||||
|
||||
package store
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// +build !windows
|
||||
|
||||
package store
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in New Issue