Fixing build issues
This commit is contained in:
parent
9e7975be7d
commit
ce8fe1aaa3
4
web.go
4
web.go
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue