Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buraksecer/go-rest-api-samples
Simply learning
https://github.com/buraksecer/go-rest-api-samples
Last synced: 15 days ago
JSON representation
Simply learning
- Host: GitHub
- URL: https://github.com/buraksecer/go-rest-api-samples
- Owner: buraksecer
- Created: 2021-10-14T12:22:33.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-17T14:37:33.000Z (about 3 years ago)
- Last Synced: 2024-06-22T03:20:51.135Z (6 months ago)
- Language: Go
- Size: 45.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-rest-api-samples
Simply learning# simple-rest-api-with-swagger
If you want to show swagger documents, you must run;
go:generate swag init -> script.If swag init want to $Path, you must run;
go get -v -u github.com/swaggo/swag/cmd/swag -> because, swag using
this library.