Open Mmmmiracle opened 7 years ago
I got this error message because of normalizeURI() function.
Notice deduce.go line 75 pathvld = regexp.MustCompile(`^([A-Za-z0-9-]+)(.[A-Za-z0-9-]+)+(/[A-Za-z0-9-_.~]+)*$`)
deduce.go
pathvld seems not support the uri pattern with port.
thanks😀
This issue was moved to golang/dep#411
I got this error message because of normalizeURI() function.
Notice
deduce.go
line 75 pathvld = regexp.MustCompile(`^([A-Za-z0-9-]+)(.[A-Za-z0-9-]+)+(/[A-Za-z0-9-_.~]+)*$`)pathvld seems not support the uri pattern with port.
thanks😀