aboutsummaryrefslogtreecommitdiff
path: root/Server.go
diff options
context:
space:
mode:
authorMartin Ashby <martin@martin-laptop.lan>2018-05-21 10:34:11 +0100
committerMartin Ashby <martin@martin-laptop.lan>2018-05-21 10:34:11 +0100
commit5d0a236854dcef596f608c2b7b2dd6197af0efb6 (patch)
treed6b533641fc2827dfa0112e6dc53dfbb75562ade /Server.go
parent7213657a539c86dccef9446c373ba8a1ba386c20 (diff)
parentc0e52f380c0a06ccd87630ea4231c66b5976fe01 (diff)
downloadunicornpaint-5d0a236854dcef596f608c2b7b2dd6197af0efb6.tar.gz
unicornpaint-5d0a236854dcef596f608c2b7b2dd6197af0efb6.tar.bz2
unicornpaint-5d0a236854dcef596f608c2b7b2dd6197af0efb6.tar.xz
unicornpaint-5d0a236854dcef596f608c2b7b2dd6197af0efb6.zip
Merge branch 'master' of github.com:MFAshby/unicornpaint
Diffstat (limited to 'Server.go')
-rw-r--r--Server.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/Server.go b/Server.go
index 38dd493..3592252 100644
--- a/Server.go
+++ b/Server.go
@@ -4,14 +4,14 @@ import (
"encoding/json"
"fmt"
- "github.com/gorilla/websocket"
- //"github.com/veandco/go-sdl2/sdl"
"io/ioutil"
"log"
"net/http"
"path"
"strings"
+ "github.com/gorilla/websocket"
+
"github.com/MFAshby/unicornpaint/unicorn"
)