chore: move examples to specifics packages
This commit is contained in:
parent
d27333c546
commit
edf8653059
|
@ -1,11 +1,12 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"forge.cadoles.com/Pyxis/golang-socketio"
|
||||
"forge.cadoles.com/Pyxis/golang-socketio/transport"
|
||||
"log"
|
||||
"net/http"
|
||||
"time"
|
||||
|
||||
gosocketio "forge.cadoles.com/Pyxis/golang-socketio"
|
||||
"forge.cadoles.com/Pyxis/golang-socketio/transport"
|
||||
)
|
||||
|
||||
type Channel struct {
|
Loading…
Reference in New Issue