{"id":52783,"library":"go-martini-martini","title":"Martini Web Framework","description":"Package martini is a powerful package for quickly writing modular web applications and services in Golang.","status":"active","version":"0.0.0-20170121215854-22fa46961aab","language":"go","source_language":null,"source_url":"https://github.com/go-martini/martini","tags":["web","framework","martini","http","router"],"install":[{"cmd":"go get github.com/go-martini/martini","lang":"bash","label":"Install github.com/go-martini/martini"}],"dependencies":[],"imports":[{"symbol":"martini","correct":"github.com/go-martini/martini"}],"quickstart":{"code":"package main\n\nimport \"github.com/go-martini/martini\"\n\nfunc main() {\n\tm := martini.Classic()\n\tm.Get(\"/\", func() string {\n\t\treturn \"Hello world!\"\n\t})\n\tm.Run()\n}","lang":"go","description":"Starts a basic Martini web server with a root route."},"warnings":[{"fix":"Migrate to a maintained framework like Gin (github.com/gin-gonic/gin).","message":"Martini is no longer maintained; consider using Gin or Echo for new projects.","severity":"breaking","affected_versions":"*"}],"env_vars":null,"search_vec":"'applic':15 'framework':3,21 'golang':19 'http':23 'martini':1,5,22 'modular':13 'packag':4,9 'power':8 'quick':11 'router':24 'servic':17 'web':2,14,20 'write':12","created_at":"2026-06-15T07:11:41.368524+00:00","updated_at":"2026-06-15T07:11:41.368524+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/go-martini/martini","github":"https://github.com/go-martini/martini","docs":"https://pkg.go.dev/github.com/go-martini/martini#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}