mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-06 12:37:49 +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"})
|
|
}
|