stretchr / goweb

A lightweight RESTful web framework for Go
632 stars 61 forks source link

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

Open matryer opened 11 years ago

matryer commented 11 years ago

Something like this should work:

type Context interface { context.Context }
matryer commented 11 years ago

creates problems - see branch issues/47

tylerstillwater commented 11 years ago

Seems the code was not pushed.

matryer commented 11 years ago

Good point - pushed

matryer commented 10 years ago

This is actually quite tricky.