From 1b6a52b63e9197bf224f985928cf234cd1f13628 Mon Sep 17 00:00:00 2001 From: MichaelOultram Date: Mon, 10 Aug 2015 00:42:41 +0100 Subject: [PATCH] Added missing import for test --- test.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test.go b/test.go index 47b9931..889bdd0 100644 --- a/test.go +++ b/test.go @@ -1,6 +1,9 @@ package main -import "testing" +import ( + "github.com/layeh/gumble/gumble" + "testing" +) func createClient(uname string) *gumble.Client { return gumble.NewClient(&gumble.Config{