Skip to content

yyle88/reggin

Repository files navigation

GitHub Workflow Status (branch) GoDoc Coverage Status Supported Go Versions GitHub Release Go Report Card

reggin

reggin is a lightweight pkg for registering and managing Gin HTTP routes with a structured and reusable approach.

Features

  • Define application routes with custom response types.
  • Secure JSON responses with Gin's SecureJSON.

Installation

go get github.com/yyle88/reggin

Usage

Demo1

Demo2

Demo3


License

MIT License. See LICENSE.


Contributing

Contributions are welcome! To contribute:

  1. Fork the repo on GitHub (using the webpage interface).
  2. Clone the forked project (git clone https://github.com/yourname/repo-name.git).
  3. Navigate to the cloned project (cd repo-name)
  4. Create a feature branch (git checkout -b feature/xxx).
  5. Stage changes (git add .)
  6. Commit changes (git commit -m "Add feature xxx").
  7. Push to the branch (git push origin feature/xxx).
  8. Open a pull request on GitHub (on the GitHub webpage).

Please ensure tests pass and include relevant documentation updates.


Support

Welcome to contribute to this project by submitting pull requests and reporting issues.

If you find this package valuable, give me some stars on GitHub! Thank you!!!

Thank you for your support!

Happy Coding with this package! 🎉

Give me stars. Thank you!!!

GitHub Stars

starring

About

`reggin` is a pkg for registering and managing Gin HTTP routes.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published