goweb icon indicating copy to clipboard operation
goweb copied to clipboard

Add Context interface helper to goweb package to save multiple package import

Open matryer opened this issue 12 years ago • 4 comments

Something like this should work:

type Context interface { context.Context }

matryer avatar Aug 22 '13 23:08 matryer

creates problems - see branch issues/47

matryer avatar Aug 22 '13 23:08 matryer

Seems the code was not pushed.

tylerstillwater avatar Aug 23 '13 15:08 tylerstillwater

Good point - pushed

matryer avatar Aug 23 '13 16:08 matryer

This is actually quite tricky.

matryer avatar Sep 26 '13 20:09 matryer