Merge pull request #216 from garyburd/ghmove

Get standard packages from golang.org.
diff --git a/gosrc/vcs.go b/gosrc/vcs.go
index cb0000b..e5c44d0 100644
--- a/gosrc/vcs.go
+++ b/gosrc/vcs.go
@@ -57,7 +57,7 @@
 		regexp.MustCompile(`^(?P<r1>[^.]+)\.googlesource.com/(?P<r2>[^./]+)$`),
 		"https://{r1}.googlesource.com/{r2}/+/{tag}/{dir}{0}",
 		"https://{r1}.googlesource.com/{r2}/+/{tag}",
-		"",
+		"%s#%d",
 	},
 	{
 		regexp.MustCompile(`^gitcafe.com/(?P<repo>[^/]+/.[^/]+)$`),