good morning!!!!

Skip to content
Snippets Groups Projects
Forked from github / nhooyr / websocket
718 commits behind the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
doc.go 260 B
// Package websocket is a minimal and idiomatic implementation of the WebSocket protocol.
//
// See https://tools.ietf.org/html/rfc6455
//
// For now the docs are at https://github.com/nhooyr/websocket#websocket. I will move them here later.
package websocket