added vendor

This commit is contained in:
kolaente 2018-10-28 17:24:10 +01:00
parent 738c22b5f9
commit 2556ef7624
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
484 changed files with 140231 additions and 0 deletions

9
vendor/github.com/go-openapi/swag/post_go18.go generated vendored Normal file
View file

@ -0,0 +1,9 @@
// +build go1.8
package swag
import "net/url"
func pathUnescape(path string) (string, error) {
return url.PathUnescape(path)
}