I have this function.
func fetch(url string) (filename string, n int64, err error) { resp, err := http.Get(url)