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.
- Host: GitHub
- URL: https://github.com/devfacet/ginman
- Owner: devfacet
- License: mit
- Created: 2022-12-18T04:56:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-17T23:16:54.000Z (over 3 years ago)
- Last Synced: 2024-06-20T11:50:06.604Z (about 2 years ago)
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
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