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 {