Welcome
Quick Start
go get gopkg.in/macaron.v1package main
import "gopkg.in/macaron.v1"
func main() {
m := macaron.Classic()
m.Get("/", func() string {
return "Hello world!"
})
m.Run()
}Features
Use Cases
Getting More
Last updated
Was this helpful?