openapi-generator-go
openapi-generator-go copied to clipboard
An opinionated OpenAPI v3 code generator for Go. Use this to generate API models and router scaffolding.
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.18.2 to 1.19.0. Release notes Sourced from github.com/spf13/viper's releases. v1.19.0 What's Changed Bug Fixes 🐛 fix!: hide struct binding behind a feature flag by @sagikazarmark in spf13/viper#1720...
Trying to use this project, but I can't even install it: `go install github.com/contiamo/openapi-generator-go/v2` Gives too many errors. I am on Mac OS X with Golang 1.23 ```shell go install...