We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit 8bf5c9eCopy full SHA for 8bf5c9e
.gitignore
@@ -0,0 +1 @@
1
+.idea
go.mod
@@ -0,0 +1,3 @@
+module github.com/Lapp-coder/websocket-server
2
+
3
+go 1.16
go.sum
@@ -0,0 +1,2 @@
+github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc=
+github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
main.go
@@ -0,0 +1,5 @@
+package main
+func main() {
4
5
+}
0 commit comments