From 6bae3203e84ff24948090ab4f40a5ef41841c5fd Mon Sep 17 00:00:00 2001 From: MichaelOultram Date: Mon, 27 Jul 2015 22:27:23 +0100 Subject: [PATCH] Fixing build issues --- service.go | 7 +++++++ 1 file changed, 7 insertions(+) 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