-
-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vanity url connection failure #21
Comments
Nginx had stopped for some weird reason. It's up again - thanks for reporting. |
Hi, I am facing the same issue, temporarily solved using github repo. go get -u mvdan.cc/xurls |
Nginx had stopped again - restarted again. I know this is far from ideal, but the internet will be unreliable anyway, so you should be vendoring/caching/mirroring your dependencies. |
Really this brings up a question of the necessity/validity of vanity URLs. Your comment on vendoring/caching etc is only valid for “existing” packages. If someone new wants to use your package and nginx is down, that’s a problem. |
That's why the Go team is working on package mirrors and notaries. Vanity URLs actually help with keeping the system working. If GitHub was to disappear in two years (which is entirely possible, see Sourceforge or Google Code), most of the Go packages would need to be renamed, but not mine. |
Hi,
The recommended import path
mvdan.cc/xurls
does not connect.I have resolved this by using the link to this github repository.
The text was updated successfully, but these errors were encountered: