URL de Golang à la chaîne

func getURL(w http.ResponseWriter, r *http.Request) {
    url := r.URL.String()
}
Attractive Alligator