Akagi201 / light

A minimal web framework in Go.

Home Page:https://godoc.org/github.com/Akagi201/light

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

light

Build Status Coverage Status Go Report Card GoDoc

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"

About

A minimal web framework in Go.

https://godoc.org/github.com/Akagi201/light

License:MIT License


Languages

Language:Go 100.0%