Fixing build issues
This commit is contained in:
parent
b0d3f78ee4
commit
83c0857f43
|
@ -14,7 +14,7 @@ dependencies:
|
||||||
cache_directories:
|
cache_directories:
|
||||||
- "~/opus"
|
- "~/opus"
|
||||||
- "~/bin"
|
- "~/bin"
|
||||||
- "~/.vendor"
|
- "~/mumbledj/.vendor"
|
||||||
- "/home/ubuntu/.go_workspace/bin"
|
- "/home/ubuntu/.go_workspace/bin"
|
||||||
- "/home/ubuntu/.go_workspace/pkg"
|
- "/home/ubuntu/.go_workspace/pkg"
|
||||||
- "/home/ubuntu/.go_workspace/src/github.com/nitrous-io"
|
- "/home/ubuntu/.go_workspace/src/github.com/nitrous-io"
|
||||||
|
|
2
test.go
2
test.go
|
@ -43,7 +43,9 @@ func (t TestSettings) testYoutubeSong() {
|
||||||
// if err := dummyClient.Connect(); err != nil {
|
// if err := dummyClient.Connect(); err != nil {
|
||||||
// panic(err)
|
// panic(err)
|
||||||
// }
|
// }
|
||||||
|
|
||||||
dj.client.Request(gumble.RequestUserList)
|
dj.client.Request(gumble.RequestUserList)
|
||||||
|
time.Sleep(time.Second * 5)
|
||||||
dummyUser := dj.client.Users.Find("BottleOToast")
|
dummyUser := dj.client.Users.Find("BottleOToast")
|
||||||
if dummyUser == nil {
|
if dummyUser == nil {
|
||||||
fmt.Printf("User does not exist, printing users\n")
|
fmt.Printf("User does not exist, printing users\n")
|
||||||
|
|
Reference in a new issue