See the comment in tools.go, I cannot fully explain what's happening here. Somehow, Go 1.14 wants to use the vendored version of oapi-codegen but without this file, oapi-codegen isn't vendored so the generation fails. Signed-off-by: Ondřej Budai <ondrej@budai.cz>
5 lines
212 B
Go
5 lines
212 B
Go
// Package openapi3 parses and writes OpenAPI 3 specifications.
|
|
//
|
|
// The OpenAPI 3.0 specification can be found at:
|
|
// https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.md
|
|
package openapi3
|