Registry / web-framework / gogf-gf-v2

gogf-gf-v2

JSON →
library2.10.2gogounverified

A modular web framework and general utility library for Go.

go get github.com/gogf/gf/v2
INSTALL
IMPORT
SIG · GOGF-GF-V2
G
gogf-gf-v2
web-frameworkgov2.10.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

g
github.com/gogf/gf/v2

Starts a basic HTTP server with GoFrame.

package main import "github.com/gogf/gf/v2/frame/g" func main() { s := g.Server() s.BindHandler("/", func(r *g.Request) { r.Response.Write("Hello World") }) s.Run() }
Debug
Known issues
breakingv2 is a major version with breaking changes from v1.
fix
Use v2 import path and update code accordingly.
affects: >=2.0.0
Upgrade
Version history
2.10.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
gogf-gf-v2 — go get gogf-gf-v2 · libregistry