Skip to content

Commit

Permalink
fix #48
Browse files Browse the repository at this point in the history
  • Loading branch information
imroc committed Aug 11, 2016
1 parent d9cbf9e commit a6939dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions comet/pubsub_websocket.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
package main

import (
// TODO change the 3rd websocket lib
"github.com/golang/net/websocket"
log "github.com/alecthomas/log4go"
"net"
"net/http"
"strconv"
"time"

log "github.com/alecthomas/log4go"
"golang.org/x/net/websocket"
)

type KeepAliveListener struct {
Expand Down

0 comments on commit a6939dd

Please sign in to comment.