mtsatellite/cmd/mtwebmapper
2015-03-09 14:08:52 +01:00
..
web Replaced 'if (cond) { ...; return; } if (!cond) { ...; return; }' with 'if (cond) { ... } else { ... }'. 2015-03-08 13:39:02 +01:00
forwardupdates.go Use "ignore incoming messages" code from the gorilla websocket documentation. 2015-03-03 01:33:12 +01:00
main.go Wire websocket forwarder with players updater. 2015-03-09 13:16:31 +01:00
misc.go Little golint nit. 2015-03-02 13:17:52 +01:00
players.go Serve GeoJSON encoded players via /players. 2015-03-09 14:08:52 +01:00
subbaseline.go subbaseline.go edited online with Bitbucket 2014-10-03 10:00:33 +00:00
tilesupdater.go Factored out some common stuff to separate file. 2015-03-02 13:14:29 +01:00