(u *url.URL)
| 80 | } |
| 81 | |
| 82 | func cloneURL(u *url.URL) *url.URL { |
| 83 | uc := *u |
| 84 | return &uc |
| 85 | } |
| 86 | |
| 87 | func cloneRequestMetadata(r *http.Request) *http.Request { |
| 88 | return &http.Request{ |
no outgoing calls
no test coverage detected
searching dependent graphs…