https://github.com/gregoryv/another
Example handler used to test out combining apis in swagger
https://github.com/gregoryv/another
Last synced: about 1 year ago
JSON representation
Example handler used to test out combining apis in swagger
- Host: GitHub
- URL: https://github.com/gregoryv/another
- Owner: gregoryv
- License: mit
- Created: 2022-11-08T05:59:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-08T06:44:00.000Z (over 3 years ago)
- Last Synced: 2025-02-05T07:19:29.676Z (over 1 year ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
## Quick start
In your code
import _ "github.com/gregoryv/another"
in another project, vendor dependencies
$ go mod vendor
then generate swagger from the dependencies
$ swag init --parseVendor