goweb
goweb copied to clipboard
Add Context interface helper to goweb package to save multiple package import
Something like this should work:
type Context interface { context.Context }
creates problems - see branch issues/47
Seems the code was not pushed.
Good point - pushed
This is actually quite tricky.