Skip to content

Akagi201/light

Repository files navigation

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"