Registry / web-framework / macaron-macaron

macaron-macaron

JSON →
library1.5.0gogounverified

A high productive and modular web framework in Go.

go get gitea.com/macaron/macaron
INSTALL
IMPORT
SIG · MACARON-MACARON
M
macaron-macaron
web-frameworkgov1.5.0
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
gitea.com/macaron/macaron

Create a simple web server with Macaron.

package main import ( "gitea.com/macaron/macaron" ) func main() { m := macaron.Classic() m.Get("/", func() string { return "Hello, Macaron!" }) m.Run() }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

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