mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-11 04:20:24 +00:00
8 lines
119 B
Go
8 lines
119 B
Go
package main
|
|
|
|
import "github.com/pb33f/libopenapi/utils"
|
|
|
|
func main() {
|
|
utils.BuildPath("nope", []string{"one"})
|
|
}
|