# README
Ginman
A Golang library that provides wrapper for Gin Web Framework.
Usage
Test
# Run tests
make test
# Continuous testing
make test-ui
Contributing
See CONTRIBUTING.md
License
Licensed under The MIT License (MIT)
For the full copyright and license information, please view the LICENSE.txt file.
# Functions
NewWithOptions returns a new gin.Engine instance by the given options.