From 692eef8c5c9baa23d76281140d14d8a7c5d091d7 Mon Sep 17 00:00:00 2001 From: JimmyBot Date: Sun, 16 Jul 2017 09:18:47 -0400 Subject: [PATCH] Forgot a word in my edit --- chat/doc.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chat/doc.go b/chat/doc.go index f39f1eb..a3fc008 100644 --- a/chat/doc.go +++ b/chat/doc.go @@ -1,6 +1,6 @@ /* `chat` package is a server-agnostic implementation of a chat interface, built -with the to be used as the backend for ssh-chat. +to be used as the backend for ssh-chat. This package should not know anything about sockets. It should expose io-style interfaces and rooms for communicating with any method of transnport. @@ -10,3 +10,4 @@ TODO: Add usage examples here. */ package chat +