Categorygithub.com/mkulke/go-openapi-playground
modulepackage
0.0.0-20211023093251-6b7cd39afbcf
Repository: https://github.com/mkulke/go-openapi-playground.git
Documentation: pkg.go.dev

# 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