diff --git a/service_youtube.go b/service_youtube.go index b99d48f..1420492 100644 --- a/service_youtube.go +++ b/service_youtube.go @@ -29,11 +29,11 @@ import ( // YOUTUBE SERVICE // --------------- -var services = []Service{ - Youtube{}, +type YouTube struct { } -type YouTube struct { +var services = []Service{ + Youtube{}, } // Name of the service