ssh-chat/chat/doc.go
2014-12-21 10:17:14 -08:00

14 lines
369 B
Go

/*
`chat` package is a server-agnostic implementation of a chat interface, built
with the intention of using with the intention of using as the backend for
ssh-chat.
This package should not know anything about sockets. It should expose io-style
interfaces and channels for communicating with any method of transnport.
TODO: Add usage examples here.
*/
package chat