Fixing build issues

This commit is contained in:
MichaelOultram 2015-07-28 16:59:55 +01:00
parent 0f6b601be4
commit d19577faff

5
web.go
View file

@ -6,12 +6,13 @@ import (
"math/rand" "math/rand"
"net/http" "net/http"
"strings" "strings"
"time"
"github.com/layeh/gumble/gumble" "github.com/layeh/gumble/gumble"
) )
var client_token = new(map[string]string) var client_token = make(map[string]string)
var token_client = new(map[string]string) var token_client = make(map[string]string)
var external_ip = "" var external_ip = ""
type Page struct { type Page struct {