gps
gps copied to clipboard
"git.company.com:1234/group/project.git" is not a valid import path
trafficstars
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😀
This issue was moved to golang/dep#411