diff --git a/service.go b/service.go index cad8963..af598ef 100644 --- a/service.go +++ b/service.go @@ -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