auto register websocket transport

This commit is contained in:
Marcelo Pires 2018-09-05 11:12:19 +02:00
parent d337f67881
commit 6eaff2fa34

View File

@ -3,6 +3,7 @@ package fayec
import (
"github.com/thesyncim/faye/message"
"github.com/thesyncim/faye/transport"
_ "github.com/thesyncim/faye/transport/websocket"
)
type options struct {