Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 346 Bytes

File metadata and controls

21 lines (11 loc) · 346 Bytes

Rocket

Rocket - thin web application framework for Golang

Usage

import "github.com/acidlemon/rocket/v1"

see github.com/acidlemon/rocket-sample

Note: If it is need to incompatible changes on rocket, I create new version directory.

TODO

  • session support
  • middleware support