mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-06 12:37:49 +00:00
This should be very easy to duplicate to 2.0 and 3.1, now extraction code needs testing. Signed-off-by: Dave Shanley <dave@quobix.com>
8 lines
116 B
Go
8 lines
116 B
Go
package main
|
|
|
|
import "github.com/pb33f/libopenapi/utils"
|
|
|
|
func main() {
|
|
utils.BuildPath("nope", []string{"one"})
|
|
}
|