From 26b34b466b39ba7e12b811aa47ff12a021ff634b Mon Sep 17 00:00:00 2001 From: Akhil Gupta Date: Wed, 7 Oct 2020 11:08:07 +0530 Subject: [PATCH] fixed comment --- service/podcastService.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/podcastService.go b/service/podcastService.go index 4b0a6d1..2e8061c 100644 --- a/service/podcastService.go +++ b/service/podcastService.go @@ -14,7 +14,7 @@ import ( "gorm.io/gorm" ) -//Fetch is +//FetchURL is func FetchURL(url string) (PodcastData, error) { body, err := makeQuery(url) if err != nil {