Organization data from Github https://github.com/go-macaron
A high productive and modular web framework in Go.
Location:Planet Earth
Home Page:https://go-macaron.com
GitHub:@go-macaron
Package macaron is a high productive and modular web framework in Go.
Package session is a middleware that provides the session management of Macaron.
Package binding is a middleware that provides request data binding and validation for Macaron.
Package toolbox is a middleware that provides health check, pprof, profile and statistic services for Macaron.
Package captcha is a middleware that provides captcha service for Macaron.
Package cache is a middleware that provides the cache management of Macaron.
Package inject provides utilities for mapping and injecting dependencies in various ways.
An open source project for Macaron documentation.
Package pongo2 is a middleware that provides pongo2 template engine support for Macaron.
Package i18n provides an Internationalization and Localization middleware for Macaron applications
Package oauth2 is a middleware that provides support of user login via an OAuth 2.0 backend for Macaron.
Package renders is a middleware, that provides template render for Macaron.
Simple examples for Macaron + X.
Package bindata is a helper module that allows to use in-memory static and template files for Macaron.
Package csrf is a middleware that generates and validates CSRF tokens for Macaron.
Package sockets is a middleware that provides WebSocket to channels binding for Macaron.
Package gzip is a middleware that provides Gzip compress to responses for Macaron.
This is a repository of Macaron documentation for Peach configuration.
Package jade is a middleware that provides jade template engine support for Macaron.
Package switcher is a helper module that provides host switch functionality for Macaron.
Package method is a middleware that implements HTTP method override for Macaron.