Apply goformat on source code

This commit is contained in:
2018-09-18 18:01:28 +02:00
parent c4d6acdb9f
commit 67dd1d6bfb
6 changed files with 11 additions and 12 deletions

View File

@ -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