v2 low-level docs are now in also.

That is now 6/6! Time to tune up the README again next.
This commit is contained in:
Dave Shanley
2022-09-21 09:24:40 -04:00
parent f9016b8414
commit 6214babaec
19 changed files with 479 additions and 215 deletions

View File

@@ -9,7 +9,8 @@ import (
"io/ioutil"
)
func Example_createLowDocument() {
// How to create a low-level OpenAPI 3+ Document from an OpenAPI specification
func Example_createLowLevelOpenAPIDocument() {
// How to create a low-level OpenAPI 3 Document
// load petstore into bytes