Registry / web-framework / macaron-v1

macaron-v1

JSON →
library1.5.1gogounverified

Package macaron is a high productive and modular web framework in Go.

go get gopkg.in/macaron.v1
INSTALL
IMPORT
SIG · MACARON-V1
M
macaron-v1
web-frameworkgov1.5.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.

macaron
gopkg.in/macaron.v1

Basic Macaron web server with a single route.

package main import "gopkg.in/macaron.v1" func main() { m := macaron.Classic() m.Get("/", func() string { return "Hello, World!" }) m.Run() }
Debug
Known issues
gotchaMacaron is largely superseded by Gin and other frameworks; consider migrating.
fix
Use Gin or Echo for new projects.
affects: >=1.0.0
Upgrade
Version history
1.5.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
macaron-v1 — go get macaron-v1 · libregistry