repositorypackage
0.0.0-20170811090902-cb637dbb2f05
Repository: https://github.com/akagi201/light.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
light
Light is a minimal web framework in Go.
Features
- Use httprouter as http router
- Use alice to manage middlewares.
- Support Go1.7+
context
.
Install
go get github.com/Akagi201/light
Import
import "github.com/Akagi201/light"