Grow your team on GitHub
GitHub is home to over 50 million developers working together. Join them to grow your own development teams, manage permissions, and collaborate on projects.
Sign upRepositories
-
session
Package session is a middleware that provides the session management of Macaron.
-
i18n
Package i18n provides an Internationalization and Localization middleware for Macaron applications
-
macaron
Package macaron is a high productive and modular web framework in Go.
-
bindata
Package bindata is a helper module that allows to use in-memory static and template files for Macaron.
-
csrf
Package csrf is a middleware that generates and validates CSRF tokens for Macaron.
-
binding
Package binding is a middleware that provides request data binding and validation for Macaron.
-
inject
Package inject provides utilities for mapping and injecting dependencies in various ways.
-
captcha
Package captcha is a middleware that provides captcha service for Macaron.
-
oauth2
Package oauth2 is a middleware that provides support of user login via an OAuth 2.0 backend for Macaron.
-
method
Package method is a middleware that implements HTTP method override for Macaron.
-
toolbox
Package toolbox is a middleware that provides health check, pprof, profile and statistic services for Macaron.
-
jade
Package jade is a middleware that provides jade template engine support for Macaron.
-
pongo2
Package pongo2 is a middleware that provides pongo2 template engine support for Macaron.
-
gzip
Package gzip is a middleware that provides Gzip compress to responses for Macaron.
-
cache
Package cache is a middleware that provides the cache management of Macaron.
-
switcher
Package switcher is a helper module that provides host switch functionality for Macaron.
-
-
examples
Simple examples for Macaron + X.
-
sockets
Forked from beatrichartz/martini-socketsPackage sockets is a middleware that provides WebSocket to channels binding for Macaron.
-
macaron.peach
This is a repository of Macaron documentation for Peach configuration.
-
renders
Package renders is a middleware, that provides template render for Macaron.