https://github.com/solutionstack/go_swagger_test
simple golang swagger demo
https://github.com/solutionstack/go_swagger_test
api go golang swagger
Last synced: 15 days ago
JSON representation
simple golang swagger demo
- Host: GitHub
- URL: https://github.com/solutionstack/go_swagger_test
- Owner: solutionstack
- Created: 2020-05-15T09:10:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-06T22:27:08.000Z (almost 6 years ago)
- Last Synced: 2024-12-31T17:47:16.912Z (about 1 year ago)
- Topics: api, go, golang, swagger
- Language: Go
- Homepage:
- Size: 35.2 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-swagger api demo
### Checkout code
`git clone git@github.com:solutionstack/go_swagger_test.git && cd go_swagger_test`
###To start HTTP server:
` go run ./cmd/main.go`
### To Regenerate Swagger files
`make gen`
### To re-generate mocks against our interfaces:
`go generate ./...`
### To run tests
`go test -v ./...`