Here is a snippet of my code so far
func DownloadFile(filepath string, url string) { resp, err := http.Get(url) if err != nil { log.Fatal(err)