Skip to content

Commit c33f786

Browse files
Dean KarnDean Karn
authored andcommitted
correct go 1.6 import
1 parent ca19db8 commit c33f786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

context_16.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
package lars
44

55
import (
6-
"context"
76
"net/http"
87
"time"
98

109
"github.com/gorilla/websocket"
10+
"golang.org/x/net/context"
1111
)
1212

1313
// Ctx encapsulates the http request, response context

0 commit comments

Comments
 (0)