Compare commits
No commits in common. "edf86530598f0da2436929fd685ef9f4d294f03a" and "bb857ced6b958100568034daba99c186278d8259" have entirely different histories.
edf8653059
...
bb857ced6b
|
@ -1,12 +1,11 @@
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"forge.cadoles.com/Pyxis/golang-socketio"
|
||||||
|
"forge.cadoles.com/Pyxis/golang-socketio/transport"
|
||||||
"log"
|
"log"
|
||||||
"net/http"
|
"net/http"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
gosocketio "forge.cadoles.com/Pyxis/golang-socketio"
|
|
||||||
"forge.cadoles.com/Pyxis/golang-socketio/transport"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
type Channel struct {
|
type Channel struct {
|
5
go.mod
5
go.mod
|
@ -1,5 +0,0 @@
|
||||||
module forge.cadoles.com/Pyxis/golang-socketio
|
|
||||||
|
|
||||||
go 1.22.5
|
|
||||||
|
|
||||||
require github.com/gorilla/websocket v1.5.3
|
|
Loading…
Reference in New Issue