{"id":18781133,"url":"https://github.com/go-macaron/docs","last_synced_at":"2025-04-13T11:31:14.400Z","repository":{"id":21961311,"uuid":"25285985","full_name":"go-macaron/docs","owner":"go-macaron","description":"An open source project for Macaron documentation.","archived":false,"fork":false,"pushed_at":"2019-11-02T21:26:00.000Z","size":419,"stargazers_count":14,"open_issues_count":1,"forks_count":32,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T03:01:45.474Z","etag":null,"topics":["documentation","go","macaron"],"latest_commit_sha":null,"homepage":"https://go-macaron.com","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/go-macaron.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-10-16T04:12:12.000Z","updated_at":"2021-07-28T14:51:39.000Z","dependencies_parsed_at":"2022-08-20T02:51:25.842Z","dependency_job_id":null,"html_url":"https://github.com/go-macaron/docs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-macaron%2Fdocs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-macaron%2Fdocs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-macaron%2Fdocs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-macaron%2Fdocs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-macaron","download_url":"https://codeload.github.com/go-macaron/docs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248705591,"owners_count":21148558,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["documentation","go","macaron"],"created_at":"2024-11-07T20:29:40.939Z","updated_at":"2025-04-13T11:31:14.023Z","avatar_url":"https://github.com/go-macaron.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Macaron\n\nPackage macaron is a high productive and modular web framework in Go. It takes basic ideology of [Martini](https://github.com/go-martini/martini) and extends in advance.\n\n{% hint style=\"info\" %} \nThe minimum requirement of Go is **1.6**.\n{% endhint %}\n\n## Quick Start\n\nTo install Macaron:\n\n\tgo get gopkg.in/macaron.v1\n\nThe very basic usage of Macaron:\n\n```go\npackage main\n\nimport \"gopkg.in/macaron.v1\"\n\nfunc main() {\n\tm := macaron.Classic()\n\tm.Get(\"/\", func() string {\n\t\treturn \"Hello world!\"\n\t})\n\tm.Run()\n}\n```\n\n## Features\n\n- Powerful routing with suburl.\n- Flexible routes combinations.\n- Unlimited nested group routers.\n- Directly integrate with existing services.\n- Dynamically change template files at runtime.\n- Allow to use in-memory template and static files.\n- Easy to plugin/unplugin features with modular design.\n- Handy dependency injection powered by [inject](https://github.com/codegangsta/inject).\n- Better router layer and less reflection make faster speed.\n\n## Use Cases\n\n- [Gogs](https://gogs.io): A painless self-hosted Git Service\n- [Grafana](http://grafana.org/): The open source analytics \u0026 monitoring solution for every database\n- [Peach Docs](https://peachdocs.org): A modern documentation web server\n- [Go Walker](https://gowalker.org): Go online API documentation\n- [Intel Stack](https://intelstack.com/): A 100% free intelligence marketplace\n\n## Getting More\n\n- New to Macaron? Check out the [Starter Guide](starter_guide.md)!\n- [Middlewares](middlewares/README.md) that are built for Macaron.\n- Have any questions? Maybe there are [answers](faqs.md) for you!\n- If you think anything is not clear in the documentation, just [file an issue](https://github.com/go-macaron/docs/issues)!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-macaron%2Fdocs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgo-macaron%2Fdocs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-macaron%2Fdocs/lists"}