Registry / web-framework / go-martini-martini

go-martini-martini

JSON →
library0.0.0-20170121215854-22fa46961aabgogounverified

Package martini is a powerful package for quickly writing modular web applications and services in Golang.

go get github.com/go-martini/martini
INSTALL
IMPORT
SIG · GO-MARTINI-MARTINI
G
go-martini-martini
web-frameworkgov0.0.0-20170121215854-22fa46961aab
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.

martini
github.com/go-martini/martini

Starts a basic Martini web server with a root route.

package main import "github.com/go-martini/martini" func main() { m := martini.Classic() m.Get("/", func() string { return "Hello world!" }) m.Run() }
Debug
Known issues
breakingMartini is no longer maintained; consider using Gin or Echo for new projects.
fix
Migrate to a maintained framework like Gin (github.com/gin-gonic/gin).
affects: *
Upgrade
Version history
0.0.0-20170121215854-22fa46961aablatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
go-martini-martini — go get go-martini-martini · libregistry