added vendor
This commit is contained in:
9
vendor/github.com/go-openapi/swag/post_go18.go
generated
vendored
Normal file
9
vendor/github.com/go-openapi/swag/post_go18.go
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
// +build go1.8
|
||||
|
||||
package swag
|
||||
|
||||
import "net/url"
|
||||
|
||||
func pathUnescape(path string) (string, error) {
|
||||
return url.PathUnescape(path)
|
||||
}
|
Reference in New Issue
Block a user