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
If you happen to click a gobinaries.com link it's not very helpful to download the script, maybe just redirect to GH? Maybe list the repo tags? Something like that
The text was updated successfully, but these errors were encountered:
// need better way to check if user come from browserifr.Header.Get("Accept-Language") !="" {
newURL:="https://github.com/"uriSegments:=strings.Split(path, "/")
iflen(uriSegments) >=3 {
// add usernamenewURL+=uriSegments[1] +"/"// add repository idnewURL+=strings.Split(path, "@")[0]
}
http.Redirect(w, r, newURL, http.StatusSeeOther)
return
}
If you happen to click a
gobinaries.com
link it's not very helpful to download the script, maybe just redirect to GH? Maybe list the repo tags? Something like thatThe text was updated successfully, but these errors were encountered: