aboutsummaryrefslogtreecommitdiff
path: root/Server.go
diff options
context:
space:
mode:
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"
)