4 lines
166 B
Go
4 lines
166 B
Go
// Package ws provides both relay and client websocket implementations including
|
|
// a pool for fanning out to multiple relays, and managing subscriptions.
|
|
package ws
|