From 6352f600980a8f871defff2ed1d426d3ce66c403 Mon Sep 17 00:00:00 2001 From: MichaelOultram Date: Mon, 27 Jul 2015 22:35:27 +0100 Subject: [PATCH] Fixing build issues --- service_youtube.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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