mirror of
https://github.com/yudai/gotty.git
synced 2026-01-04 16:48:50 +01:00
fix typo Websockt -> Websocket
This commit is contained in:
parent
a080c85cbc
commit
6cfa841f1b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
package webtty
|
||||
|
||||
// Protocols defines the name of this protocol,
|
||||
// which is supposed to be used to the subprotocol of Websockt streams.
|
||||
// which is supposed to be used to the subprotocol of Websocket streams.
|
||||
var Protocols = []string{"webtty"}
|
||||
|
||||
const (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue