From 99ffb988ce9081d3e4d0f9df9e1221a92cbddab7 Mon Sep 17 00:00:00 2001 From: Artyom Pervukhin Date: Thu, 13 Oct 2016 11:39:05 +0300 Subject: [PATCH] Update README to reflect change of Go sub-repo websocket feature Closes #164 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 9d71959..cd02314 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,6 @@ subdirectory](https://github.com/gorilla/websocket/tree/master/examples/autobahn Send pings and receive pongsYesNo Get the type of a received data messageYesYes, see note 2 Other Features -Limit size of received messageYesNo Read message using io.ReaderYesNo, see note 3 Write message using io.WriteCloserYesNo, see note 3