Skip to content

galentuo/goframe

Repository files navigation

goframe [unmaintained]

Go Report Card

Overview

goframe is a bare bones wrapper based on frame and glues together some useful features from different frameworks to act as a micro HTTP framework.

Install

go get -u github.com/galentuo/goframe

Usage

import "github.com/galentuo/goframe"

Examples