We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a result of new go-couchbase changes the project no longer builds.
src/github.com/couchbaselabs/cbfs/blobs.go:55: assignment count mismatch: 2 = 3 src/github.com/couchbaselabs/cbfs/blobs.go:123: assignment count mismatch: 2 = 3 src/github.com/couchbaselabs/cbfs/fsck.go:90: assignment count mismatch: 2 = 3 src/github.com/couchbaselabs/cbfs/list.go:64: assignment count mismatch: 2 = 3 src/github.com/couchbaselabs/cbfs/nodes.go:244: assignment count mismatch: 2 = 3 src/github.com/couchbaselabs/cbfs/tasks.go:192: assignment count mismatch: 2 = 3
The text was updated successfully, but these errors were encountered:
I worked on this #149 yesterday, need some input from someone experienced with the project.
Sorry, something went wrong.
Wow, this really brings this project back from the dead, thank you
it compiles now also not anymore because of the dns dependency that is not compatible with older go versions anymore
No branches or pull requests
As a result of new go-couchbase changes the project no longer builds.
src/github.com/couchbaselabs/cbfs/blobs.go:55: assignment count mismatch: 2 = 3
src/github.com/couchbaselabs/cbfs/blobs.go:123: assignment count mismatch: 2 = 3
src/github.com/couchbaselabs/cbfs/fsck.go:90: assignment count mismatch: 2 = 3
src/github.com/couchbaselabs/cbfs/list.go:64: assignment count mismatch: 2 = 3
src/github.com/couchbaselabs/cbfs/nodes.go:244: assignment count mismatch: 2 = 3
src/github.com/couchbaselabs/cbfs/tasks.go:192: assignment count mismatch: 2 = 3
The text was updated successfully, but these errors were encountered: