zemirco / couchdb

CouchDB client in Go
MIT License
44 stars 14 forks source link

Question on Ok field of DocumentResponse (e.g. returned by Put method) #14

Open steffenrost opened 7 years ago

steffenrost commented 7 years ago

Can you tell me under which circumstances the Ok field in the response would be set to a false value? In your test client (client_test.go) I only see code that checks for it, but didn't understand when this could happen. Thanks.