Create Go module

This commit is contained in:
Ola
2022-09-13 15:06:52 +02:00
parent e21886f3a7
commit 5dfe76a8fb
12 changed files with 188 additions and 94 deletions
+5
View File
@@ -0,0 +1,5 @@
module github.com/olahol/melody
go 1.19
require github.com/gorilla/websocket v1.5.0