Added missing import for test
This commit is contained in:
parent
a34d8b991b
commit
1b6a52b63e
5
test.go
5
test.go
|
@ -1,6 +1,9 @@
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import "testing"
|
import (
|
||||||
|
"github.com/layeh/gumble/gumble"
|
||||||
|
"testing"
|
||||||
|
)
|
||||||
|
|
||||||
func createClient(uname string) *gumble.Client {
|
func createClient(uname string) *gumble.Client {
|
||||||
return gumble.NewClient(&gumble.Config{
|
return gumble.NewClient(&gumble.Config{
|
||||||
|
|
Reference in a new issue