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
// ---------------
var services = []Service{
Youtube{},
type YouTube struct {
}
type YouTube struct {
var services = []Service{
Youtube{},
}
// Name of the service