Fixing build issues
This commit is contained in:
parent
759ea0f3b9
commit
7da0a68f51
2
main.go
2
main.go
|
@ -172,7 +172,7 @@ var dj = mumbledj{
|
|||
cache: NewSongCache(),
|
||||
}
|
||||
|
||||
var web *WebServer
|
||||
var web WebServer
|
||||
|
||||
// main primarily performs startup tasks. Grabs and parses commandline
|
||||
// args, sets up the gumble client and its listeners, and then connects to the server.
|
||||
|
|
Reference in a new issue