From ce8fe1aaa38dd94a1ced854255b64fa0f6357f18 Mon Sep 17 00:00:00 2001 From: MichaelOultram Date: Tue, 28 Jul 2015 16:32:36 +0100 Subject: [PATCH] Fixing build issues --- web.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web.go b/web.go index 0986856..5a1887a 100644 --- a/web.go +++ b/web.go @@ -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 } }