You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varghRE=regexp.MustCompile(`https://(github\.com/[^/]+/[^/{}]+)`) // Use github\.com to match literal dot, [^/{}]+ to stop at /, {, or }
53
+
varghRE=regexp.MustCompile(`https://(github\.com/[^\s/{}]+/[^\s/{}]+)`) // Use github\.com to match literal dot, [^\s/{}]+ to stop at whitespace, /, {, or }
0 commit comments