# README
go-openapi-playground
OpenAPI 3 example with code generation from spec.yaml
and integration into an echo http server. Tested with go v1.17.
Prepare
go mod tidy
Build
go generate ./...
# generates *.gen.go files in ./api
go build
Run
./go-openapi-playground
# Packages
No description provided by the author