From d3b2afe8a0ea3241a82c55dd03f47103b388c08b Mon Sep 17 00:00:00 2001 From: MichaelOultram Date: Mon, 3 Aug 2015 22:11:52 +0100 Subject: [PATCH] Fixing build errors --- service_soundcloud.go | 9 --------- 1 file changed, 9 deletions(-) diff --git a/service_soundcloud.go b/service_soundcloud.go index fed2a3b..08f2a06 100644 --- a/service_soundcloud.go +++ b/service_soundcloud.go @@ -1,21 +1,12 @@ package main import ( - "encoding/json" "errors" "fmt" - "io/ioutil" - "net/http" "os" - "os/exec" - "regexp" - "strconv" - "strings" - "time" "github.com/jmoiron/jsonq" "github.com/layeh/gumble/gumble" - "github.com/layeh/gumble/gumble_ffmpeg" ) // Regular expressions for soundcloud urls