Apply goformat on source code
This commit is contained in:
@ -2,14 +2,16 @@ package transport
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"github.com/gorilla/websocket"
|
||||
"io/ioutil"
|
||||
"log"
|
||||
"net/http"
|
||||
"time"
|
||||
|
||||
"github.com/gorilla/websocket"
|
||||
)
|
||||
|
||||
const (
|
||||
upgradeFailed = "Upgrade failed: "
|
||||
upgradeFailed = "Upgrade failed: "
|
||||
|
||||
WsDefaultPingInterval = 30 * time.Second
|
||||
WsDefaultPingTimeout = 60 * time.Second
|
||||
|
Reference in New Issue
Block a user