Fixing build issues
This commit is contained in:
parent
28332a78ab
commit
6bae3203e8
|
@ -7,6 +7,13 @@
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
import (
|
||||||
|
"github.com/layeh/gopus"
|
||||||
|
"github.com/layeh/gumble/gumble"
|
||||||
|
"github.com/layeh/gumble/gumble_ffmpeg"
|
||||||
|
"github.com/layeh/gumble/gumbleutil"
|
||||||
|
)
|
||||||
|
|
||||||
// Service interface. Each service should implement these functions
|
// Service interface. Each service should implement these functions
|
||||||
type Service interface {
|
type Service interface {
|
||||||
ServiceName() string
|
ServiceName() string
|
||||||
|
|
Reference in a new issue