v3.2.0
Version 3.2.0 Release Notes
What's New in v3.2.0 ?
- New shortcut methods to create Routes more easily:
Get(...), Post(...), Put(...), Delete(...)
. It also has the benefit to makegolint
happier. And&Route{...}
remains available for any other use case. - New Websocket example. (Thanks @wingyplus !)
- Security fix on the Jsonp Middleware. (Thanks @sebest !)
- Documentation improvements