Files
libopenapi/libopenapi.go
Dave Shanley 8337bf0ef9 Addibng go.mod
fogot to check this in, now it will work.
2022-07-18 08:15:08 -04:00

8 lines
119 B
Go

package main
import "github.com/pb33f/libopenapi/utils"
func main() {
utils.BuildPath("nope", []string{"one"})
}