From f761cdb666383d5db7a8bea9ff8c9db35332b4a0 Mon Sep 17 00:00:00 2001 From: Gary Burd Date: Mon, 10 Nov 2014 09:56:46 -0800 Subject: [PATCH] Update README to use new path for Go sub-repos. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 030f25e..9ad75a0 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ subdirectory](https://github.com/gorilla/websocket/tree/master/examples/autobahn - - + + @@ -50,7 +50,7 @@ Notes: 1. Large messages are fragmented in [Chrome's new WebSocket implementation](http://www.ietf.org/mail-archive/web/hybi/current/msg10503.html). 2. The application can get the type of a received data message by implementing - a [Codec marshal](http://godoc.org/code.google.com/p/go.net/websocket#Codec.Marshal) + a [Codec marshal](http://godoc.org/golang.org/x/net/websocket#Codec.Marshal) function. 3. The go.net io.Reader and io.Writer operate across WebSocket frame boundaries. Read returns when the input buffer is full or a frame boundary is
gorillago.netgithub.com/gorillagolang.org/x/net
RFC 6455 Features