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
Fix ability to pass TracingEventReceiver to dbr (gocraft#154)
* add failing tests that exercise TracingEventReceiver
* pass EventReceiver explicitly between types rather than embedded parent struct
* Code review comments for gocraft#154
* address code review comments for gocraft#154