An open API service indexing awesome lists of open source software.

https://github.com/devfacet/ginman

A Golang library that provides wrapper for Gin Web Framework.
https://github.com/devfacet/ginman

Last synced: 11 months ago
JSON representation

A Golang library that provides wrapper for Gin Web Framework.

Awesome Lists containing this project

README

          

# Ginman

[![Godoc][doc-image]][doc-url] [![Release][release-image]][release-url] [![Build][build-image]][build-url]

A Golang library that provides wrapper for [Gin Web Framework](https://github.com/gin-gonic/gin).

## Usage

See [_examples/basic/main.go](_examples/basic/main.go).

## Test

```shell
# Run tests
make test

# Continuous testing
make test-ui
```

## Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md)

## License

Licensed under The MIT License (MIT)
For the full copyright and license information, please view the LICENSE.txt file.

[doc-url]: https://pkg.go.dev/github.com/devfacet/ginman
[doc-image]: https://pkg.go.dev/badge/github.com/devfacet/ginman

[release-url]: https://github.com/devfacet/ginman/releases/latest
[release-image]: https://img.shields.io/github/release/devfacet/ginman.svg?style=flat-square

[build-url]: https://github.com/devfacet/ginman/actions/workflows/test.yaml
[build-image]: https://github.com/devfacet/ginman/actions/workflows/test.yaml/badge.svg