Package gorilla/websocket is a fast, well-tested and widely used WebSocket implementation for Go.
Package gorilla/mux is a powerful HTTP router and URL matcher for building Go web servers with 🦍
Package gorilla/sessions provides cookie and filesystem sessions and infrastructure for custom session backends.
Package gorilla/handlers is a collection of useful middleware for Go HTTP services & web applications 🛃
Package gorilla/schema fills a struct with form values.
Package gorilla/csrf provides Cross Site Request Forgery (CSRF) prevention middleware for Go web applications & services 🔒
golang rss/atom generator library
Package gorilla/securecookie encodes and decodes authenticated and optionally encrypted cookie values for Go web applications.
Package gorilla/http is an alternative HTTP client implementation for Go.
Package gorilla/pat is a pretty simple HTTP router for Go.