in main.go [159:162]
func StringFromParams(r *http.Request, param string) string { keys, _ := r.URL.Query()[param] return keys[0] }