Ported over universal utils and models from vacuum.

This commit is contained in:
Dave Shanley
2022-07-18 08:11:06 -04:00
parent fd6263550b
commit 366862c071
11 changed files with 87675 additions and 0 deletions

7
libopenapi.go Normal file
View File

@@ -0,0 +1,7 @@
package main
import "github.com/pb33f/libopenapi/libopenapi/utils"
func main() {
utils.BuildPath("nope", []string{"one"})
}