Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 376 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 376 Bytes

webapp

Reusable components and helper functions for common use cases for Go based web applications.

Installation

The webapp module can be installed by running the following command:

go get github.com/qqiao/webapp/v2

Usage

API documentation and example code can be found at the pkg.go.dev.

Known Issues