Registry / web-framework / zenazn-goji

zenazn-goji

JSON →
library1.0.1gogounverified

Package goji provides an out-of-box web server with reasonable defaults.

go get github.com/zenazn/goji
INSTALL
IMPORT
SIG · ZENAZN-GOJI
Z
zenazn-goji
web-frameworkgov1.0.1
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.

goji
github.com/zenazn/goji

Create a simple web server with a GET route.

package main import ( "net/http" "github.com/zenazn/goji" "github.com/zenazn/goji/web" ) func main() { goji.Get("/hello", func(c web.C, w http.ResponseWriter, r *http.Request) { w.Write([]byte("Hello, world!")) }) goji.Serve() }
Debug
Known issues
gotchaGoji is no longer actively maintained; consider alternatives like Gin or Chi.
fix
Migrate to a maintained web framework.
affects: *
Upgrade
Version history
1.0.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
22
OpenAI (training)
1
Resources
zenazn-goji — go get zenazn-goji · libregistry