From 2396adfdf3615177af6aea4349b9d6b5cad991ca Mon Sep 17 00:00:00 2001 From: MichaelOultram Date: Sat, 15 Aug 2015 16:04:09 +0100 Subject: [PATCH] Getting tests to use dummy client --- test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/test.go b/test.go index 7365005..4edbe03 100644 --- a/test.go +++ b/test.go @@ -3,7 +3,6 @@ package main import ( "fmt" "github.com/layeh/gumble/gumble" - "github.com/layeh/gumble/gumbleutil" "os" "time" )