chore: move examples to specifics packages
This commit is contained in:
parent
d27333c546
commit
edf8653059
|
@ -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 {
|
Loading…
Reference in New Issue