Fixing build issues
This commit is contained in:
parent
3f9613e0f3
commit
6352f60098
|
@ -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
|
||||
|
|
Reference in a new issue