Registry / web-framework / gogf-gf

gogf-gf

JSON →
library1.16.9gogounverified

A modular web framework and general-purpose Go library for building applications.

go get github.com/gogf/gf
INSTALL
IMPORT
SIG · GOGF-GF
G
gogf-gf
web-frameworkgov1.16.9
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.

gf
github.com/gogf/gf

Start a basic HTTP server with GoFrame.

package main import ( "fmt" "github.com/gogf/gf/frame/g" ) func main() { s := g.Server() s.BindHandler("/", func(r *g.Request) { r.Response.Write("Hello GoFrame!") }) s.Run() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.16.9latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

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