From 124d73a9d20448718288291fc5d4500c36782743 Mon Sep 17 00:00:00 2001 From: Robert Sawicki Date: Sat, 2 Mar 2024 17:58:03 +0100 Subject: [PATCH] Update godoc links with their respective pkg.go.dev equivalents --- .../github.com/gorilla/websocket/README.md | 18 +++++++++--------- .../github.com/gorilla/websocket/README.md | 18 +++++++++--------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/websockets/v1/vendor/github.com/gorilla/websocket/README.md b/websockets/v1/vendor/github.com/gorilla/websocket/README.md index 20e391f86..e1a354cb6 100644 --- a/websockets/v1/vendor/github.com/gorilla/websocket/README.md +++ b/websockets/v1/vendor/github.com/gorilla/websocket/README.md @@ -4,11 +4,11 @@ Gorilla WebSocket is a [Go](http://golang.org/) implementation of the [WebSocket](http://www.rfc-editor.org/rfc/rfc6455.txt) protocol. [![Build Status](https://travis-ci.org/gorilla/websocket.svg?branch=master)](https://travis-ci.org/gorilla/websocket) -[![GoDoc](https://godoc.org/github.com/gorilla/websocket?status.svg)](https://godoc.org/github.com/gorilla/websocket) +[![GoDoc](https://pkg.go.dev/badge/github.com/gorilla/websocket)](https://pkg.go.dev/github.com/gorilla/websocket) ### Documentation -* [API Reference](http://godoc.org/github.com/gorilla/websocket) +* [API Reference](https://pkg.go.dev/github.com/gorilla/websocket) * [Chat example](https://github.com/gorilla/websocket/tree/master/examples/chat) * [Command example](https://github.com/gorilla/websocket/tree/master/examples/command) * [Client and server example](https://github.com/gorilla/websocket/tree/master/examples/echo) @@ -35,27 +35,27 @@ subdirectory](https://github.com/gorilla/websocket/tree/master/examples/autobahn - - + + - - + + - - + +
github.com/gorillagolang.org/x/netgithub.com/gorillagolang.org/x/net
RFC 6455 Features
Passes Autobahn Test SuiteYesNo
Receive fragmented messageYesNo, see note 1
Send close messageYesNo
Send pings and receive pongsYesNo
Send close messageYesNo
Send pings and receive pongsYesNo
Get the type of a received data messageYesYes, see note 2
Other Features
Compression ExtensionsExperimentalNo
Read message using io.ReaderYesNo, see note 3
Write message using io.WriteCloserYesNo, see note 3
Read message using io.ReaderYesNo, see note 3
Write message using io.WriteCloserYesNo, see note 3
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/golang.org/x/net/websocket#Codec.Marshal) + a [Codec marshal](https://pkg.go.dev/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 diff --git a/websockets/v2/vendor/github.com/gorilla/websocket/README.md b/websockets/v2/vendor/github.com/gorilla/websocket/README.md index 20e391f86..e1a354cb6 100644 --- a/websockets/v2/vendor/github.com/gorilla/websocket/README.md +++ b/websockets/v2/vendor/github.com/gorilla/websocket/README.md @@ -4,11 +4,11 @@ Gorilla WebSocket is a [Go](http://golang.org/) implementation of the [WebSocket](http://www.rfc-editor.org/rfc/rfc6455.txt) protocol. [![Build Status](https://travis-ci.org/gorilla/websocket.svg?branch=master)](https://travis-ci.org/gorilla/websocket) -[![GoDoc](https://godoc.org/github.com/gorilla/websocket?status.svg)](https://godoc.org/github.com/gorilla/websocket) +[![GoDoc](https://pkg.go.dev/badge/github.com/gorilla/websocket)](https://pkg.go.dev/github.com/gorilla/websocket) ### Documentation -* [API Reference](http://godoc.org/github.com/gorilla/websocket) +* [API Reference](https://pkg.go.dev/github.com/gorilla/websocket) * [Chat example](https://github.com/gorilla/websocket/tree/master/examples/chat) * [Command example](https://github.com/gorilla/websocket/tree/master/examples/command) * [Client and server example](https://github.com/gorilla/websocket/tree/master/examples/echo) @@ -35,27 +35,27 @@ subdirectory](https://github.com/gorilla/websocket/tree/master/examples/autobahn - - + + - - + + - - + +
github.com/gorillagolang.org/x/netgithub.com/gorillagolang.org/x/net
RFC 6455 Features
Passes Autobahn Test SuiteYesNo
Receive fragmented messageYesNo, see note 1
Send close messageYesNo
Send pings and receive pongsYesNo
Send close messageYesNo
Send pings and receive pongsYesNo
Get the type of a received data messageYesYes, see note 2
Other Features
Compression ExtensionsExperimentalNo
Read message using io.ReaderYesNo, see note 3
Write message using io.WriteCloserYesNo, see note 3
Read message using io.ReaderYesNo, see note 3
Write message using io.WriteCloserYesNo, see note 3
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/golang.org/x/net/websocket#Codec.Marshal) + a [Codec marshal](https://pkg.go.dev/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