go-sdk icon indicating copy to clipboard operation
go-sdk copied to clipboard

Simplify open() and close() convention

Open klirichek opened this issue 5 years ago • 0 comments

Opening and close persist connections returns 2 vars as bool (success or not) and error (if any).

Seems that just error (nil if ok, message if not) looks more friendly

klirichek avatar May 16 '19 09:05 klirichek