chore: move examples to specifics packages

This commit is contained in:
wpetit 2024-08-05 17:53:36 +02:00
parent d27333c546
commit edf8653059
2 changed files with 3 additions and 2 deletions

View File

@ -1,11 +1,12 @@
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 {