Is there another dependency I need to be aware of?
Closed this issue · 2 comments
Altonymous commented
I used brew install rethinkdb.
I used brew install mercurial .
I pulled the sample code from your README.
$ go build rethinkdb.go
command-line-arguments
./rethinkdb.go:10: too many arguments in call to rethinkgo.Expr
./rethinkdb.go:10: rethinkgo.Expr(1, 2, 3).ArrayToStream undefined (type rethinkgo.Exp has no field or method ArrayToStream)
christopherhesse commented
I probably did not update the code sample in the readme for the new version of rethinkdb, I'll look at this tonight.
christopherhesse commented
I updated the README. Thanks for the bug report!