summer
[WIP] Summer is a web framework written in Go.
Project is in progress, cannot be used in production yet.
Installation
go get github.com/fujianbang/summer
Quick Start
package main
import "github.com/fujianbang/summer"
func main() {
// TODO
}
Features
- Using gorilla/mux as HTTP router