X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=r3-netstatus%2Fwebstatus.go;h=76051753fa748bfbb5fa3b17f0ef11945079443a;hb=62d6b5534cad52720fc3b06cb482c9c1f351f945;hp=40b996029c60fcc5617452263cb0cd38ce3de097;hpb=63eb752b0e125d962bcd5a4d56afb2616ab2af67;p=svn42.git diff --git a/r3-netstatus/webstatus.go b/r3-netstatus/webstatus.go index 40b9960..7605175 100644 --- a/r3-netstatus/webstatus.go +++ b/r3-netstatus/webstatus.go @@ -5,7 +5,7 @@ import ( "./spaceapi" "regexp" "net/http" - "net/url" + "net/url" "log" "time" ) @@ -19,7 +19,7 @@ type spaceState struct { var ( spaceapidata spaceapi.SpaceInfo = spaceapi.NewSpaceInfo("realraum", "http://realraum.at", "http://realraum.at/logo-red_250x250.png", "http://realraum.at/logo-re_open_100x100.png", "http://realraum.at/logo-re_empty_100x100.png",47.065779129, 15.442322614).AddSpaceAddress("Jakoministr. 16 ground level left, 8010 Graz, Austria") statusstate *spaceState = new(spaceState) - re_querystresc_ *regexp.Regexp = regexp.MustCompile("[^\x30-\x39\x41-\x7E]") + re_querystresc_ *regexp.Regexp = regexp.MustCompile("[^\x30-\x39\x41-\x7E]") )