Fixing build issues

This commit is contained in:
MichaelOultram 2015-07-27 22:27:23 +01:00
parent 28332a78ab
commit 6bae3203e8

View file

@ -7,6 +7,13 @@
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
type Service interface {
ServiceName() string