{"id":52060,"library":"zenazn-goji","title":"Goji","description":"Package goji provides an out-of-box web server with reasonable defaults.","status":"active","version":"1.0.1","language":"go","source_language":null,"source_url":"https://github.com/zenazn/goji","tags":["web","framework","http","server"],"install":[{"cmd":"go get github.com/zenazn/goji","lang":"bash","label":"Install github.com/zenazn/goji"}],"dependencies":[],"imports":[{"symbol":"goji","correct":"github.com/zenazn/goji"}],"quickstart":{"code":"package main\n\nimport (\n\t\"net/http\"\n\t\"github.com/zenazn/goji\"\n\t\"github.com/zenazn/goji/web\"\n)\n\nfunc main() {\n\tgoji.Get(\"/hello\", func(c web.C, w http.ResponseWriter, r *http.Request) {\n\t\tw.Write([]byte(\"Hello, world!\"))\n\t})\n\tgoji.Serve()\n}","lang":"go","description":"Create a simple web server with a GET route."},"warnings":[{"fix":"Migrate to a maintained web framework.","message":"Goji is no longer actively maintained; consider alternatives like Gin or Chi.","severity":"gotcha","affected_versions":"*"}],"env_vars":null,"search_vec":"'box':9 'default':14 'framework':16 'goji':1,3 'http':17 'out-of-box':6 'packag':2 'provid':4 'reason':13 'server':11,18 'web':10,15","created_at":"2026-06-15T06:39:59.776502+00:00","updated_at":"2026-06-15T06:39:59.776502+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/zenazn/goji","github":"https://github.com/zenazn/goji","docs":"https://pkg.go.dev/github.com/zenazn/goji#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}}