diff options
Diffstat (limited to 'tools/websocket.go')
| -rw-r--r-- | tools/websocket.go | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/websocket.go b/tools/websocket.go new file mode 100644 index 0000000..e429a6d --- /dev/null +++ b/tools/websocket.go @@ -0,0 +1,9 @@ +package main + +import ( + "fmt" +) + +func main() { + fmt.Println("Websockets are cool.") +} |
