buntdb
buntdb copied to clipboard
Does the package support GO v1.17.2
I can not download the package using
go get -u github.com/tidwall/buntdb
The error is `go get: github.com/tidwall/[email protected] requires
github.com/tidwall/[email protected]: stream error: stream ID 7; INTERNAL_ERROR`
My Go Version:
go version go1.17.2 darwin/amd64
Yes this package does support Go v1.17.2. The error you show looks a lot like a networking issue.
@tidwall Yeah, thanks! I can get it