Need Golang client example or useful documentation
Wed, 01/09/2013 - 12:24
Hi there, I'm trying to somehow get from and write to Couchbase thru Go, but I totally do not understand the documentation and the example does not work. Very helpful would be a simple example. Thank you.
Connecting to buckets works.
Using the example: bucket.Set("someKey", []string{"an", "example", "list"})
./server.go:50: cannot use []string literal (type []string) as type int in function argument
./server.go:50: not enough arguments in call to bucket.Set
The client seems to be for 2.0, but not the example.