Fixing build issues

This commit is contained in:
MichaelOultram 2015-07-28 16:32:36 +01:00
parent 9e7975be7d
commit ce8fe1aaa3

4
web.go
View file

@ -4,6 +4,8 @@ import (
"fmt"
"io/ioutil"
"net/http"
"github.com/layeh/gumble/gumble"
)
var client_token = new(map[string]string)
@ -53,7 +55,7 @@ func getIP() string {
}
}
}
return external_ip
}
}