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