Categorygithub.com/devfacet/ginman
modulepackage
0.2.0
Repository: https://github.com/devfacet/ginman.git
Documentation: pkg.go.dev

# README

Ginman

Godoc Release Build

A Golang library that provides wrapper for Gin Web Framework.

Usage

See _examples/basic/main.go.

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.

# Structs

Options represents the options which can be set when creating a new engine.
Response represents an HTTP response.