mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-09 04:20:17 +00:00
Ported over universal utils and models from vacuum.
This commit is contained in:
7
libopenapi.go
Normal file
7
libopenapi.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "github.com/pb33f/libopenapi/libopenapi/utils"
|
||||
|
||||
func main() {
|
||||
utils.BuildPath("nope", []string{"one"})
|
||||
}
|
||||
Reference in New Issue
Block a user