{"id":51552,"library":"gogf-gf-v2","title":"GoFrame v2","description":"A modular web framework and general utility library for Go.","status":"active","version":"2.10.2","language":"go","source_language":null,"source_url":"https://github.com/gogf/gf","tags":["web","framework","utility","mvc","orm"],"install":[{"cmd":"go get github.com/gogf/gf/v2","lang":"bash","label":"Install github.com/gogf/gf/v2"}],"dependencies":[],"imports":[{"symbol":"g","correct":"github.com/gogf/gf/v2"}],"quickstart":{"code":"package main\n\nimport \"github.com/gogf/gf/v2/frame/g\"\n\nfunc main() {\n\ts := g.Server()\n\ts.BindHandler(\"/\", func(r *g.Request) {\n\t\tr.Response.Write(\"Hello World\")\n\t})\n\ts.Run()\n}","lang":"go","description":"Starts a basic HTTP server with GoFrame."},"warnings":[{"fix":"Use v2 import path and update code accordingly.","message":"v2 is a major version with breaking changes from v1.","severity":"breaking","affected_versions":">=2.0.0"}],"env_vars":null,"search_vec":"'framework':6,14 'general':8 'go':12 'gofram':1 'librari':10 'modular':4 'mvc':16 'orm':17 'util':9,15 'v2':2 'web':5,13","created_at":"2026-06-15T06:21:32.285270+00:00","updated_at":"2026-06-15T06:21:32.285270+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/gogf/gf","github":"https://github.com/gogf/gf","docs":"https://pkg.go.dev/github.com/gogf/gf/v2#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework","utility"],"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}}