Getting tests to use dummy client

This commit is contained in:
MichaelOultram 2015-08-15 16:04:09 +01:00
parent 4ae3052684
commit 2396adfdf3

View file

@ -3,7 +3,6 @@ package main
import ( import (
"fmt" "fmt"
"github.com/layeh/gumble/gumble" "github.com/layeh/gumble/gumble"
"github.com/layeh/gumble/gumbleutil"
"os" "os"
"time" "time"
) )