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
Use context to manage transaction (go-rel#76)
* use context to determine transaction state
* updated reltest
* update docs transaction
* remove duplicated quick example and improve full example
* update copy
* fix test
* revert index
fix docs example and add missing reltest.New method (go-rel#27)
* fix docs example and add missing reltest.New method
* better example, test main function
* use New in tests