features
- add c.Next() remove next()
other
- remove router to goa-go/router
test
- optimization test
features
- optimization error handling
other
- remove c.Body
features
- add c.ParseQuery
- add c.ParseForm
features
- add context.Body
c.Body = ...
- add error handling
- add support of html
- add parser
features
- add context.Query
- add context.PostForm
features
- add goa-context, build goa-router based on httprouter
init
- init goa, use httprouter as goa-router