surrealdb / surrealdb.go

SurrealDB SDK for Golang
https://surrealdb.com
Apache License 2.0
232 stars 60 forks source link

Fix #124 #125

Closed ElecTwix closed 7 months ago

ElecTwix commented 7 months ago

Fix #124 Refactor: return err with db.Close() method. Added log printer after tearing down tests for showing network errors

timpratim commented 7 months ago

Hi @ElecTwix , the changes look good.