Hello,
I’m trying to run this code which I basically copied from the client/examples_test.go
file:
rpc error: code = Unimplemented desc = unknown method AssignUids
It seems like the master branch is rather broken. @srh from Slack pointed me to this commit which seems to be a bit of a re-write of the client, I posted an issue on GitHub. The docs for the Go client here suggest go get -u
to pull the latest code. I notice that the build is failing in Travis also.
I thought I’d just post about this to see what people have to say/suggest if anything.