Fixing build issues

This commit is contained in:
MichaelOultram 2015-07-27 22:35:27 +01:00
parent 3f9613e0f3
commit 6352f60098

View file

@ -29,11 +29,11 @@ import (
// YOUTUBE SERVICE // YOUTUBE SERVICE
// --------------- // ---------------
var services = []Service{ type YouTube struct {
Youtube{},
} }
type YouTube struct { var services = []Service{
Youtube{},
} }
// Name of the service // Name of the service