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" "fmt"
"io/ioutil" "io/ioutil"
"net/http" "net/http"
"github.com/layeh/gumble/gumble"
) )
var client_token = new(map[string]string) var client_token = new(map[string]string)
@ -53,7 +55,7 @@ func getIP() string {
} }
} }
} }
return external_ip return external_ip
} }
} }