tarantool / go-tarantool

Tarantool 1.10+ client for Go language
https://pkg.go.dev/github.com/tarantool/go-tarantool/v2
BSD 2-Clause "Simplified" License
180 stars 57 forks source link

clarify the result of Connection.Do().Get() #311

Closed oleg-jukovec closed 1 year ago

oleg-jukovec commented 1 year ago

We add meaningful error descriptions for a read/write socket errors for and examples:

I didn't forget about (remove if it is not applicable):

Related issues:

Closes #129