You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should consider embedding io.Closer inside Datastore and upgrading all implementations to forward the call to the underlying closing method, as well as to perform any necessary cleanup (channels, goroutines, etc.):
We should consider embedding
io.Closer
insideDatastore
and upgrading all implementations to forward the call to the underlying closing method, as well as to perform any necessary cleanup (channels, goroutines, etc.):The text was updated successfully, but these errors were encountered: