Restream / reindexer

Embeddable, in-memory, document-oriented database with a high-level Query builder interface.
https://reindexer.io
Apache License 2.0
763 stars 64 forks source link

Fail on install #65

Closed khlystov closed 3 years ago

khlystov commented 3 years ago

go get -a github.com/restream/reindexer

->

github.com/restream/reindexer/bindings/cproto

../../../go/pkg/mod/github.com/restream/reindexer@v2.13.0+incompatible/bindings/cproto/connection.go:457:33: timeout.Milliseconds undefined (type time.Duration has no field or method Milliseconds) ../../../go/pkg/mod/github.com/restream/reindexer@v2.13.0+incompatible/bindings/cproto/connection.go:476:33: timeout.Milliseconds undefined (type time.Duration has no field or method Milliseconds)

khlystov commented 3 years ago

use go >= 1.13