This commit is contained in:
biki-cloud 2022-05-05 19:36:09 +09:00 committed by GitHub
commit 4fbf2cb44d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 (