From 841497724237445c876b55365114c286f6b17018 Mon Sep 17 00:00:00 2001 From: decanus Date: Thu, 4 Jul 2019 10:52:23 -0400 Subject: [PATCH] godoc --- client/Client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Client.go b/client/Client.go index c893cc4..ab0239b 100644 --- a/client/Client.go +++ b/client/Client.go @@ -8,7 +8,7 @@ import ( type Chat state.GroupID -// The dasy client. +// Client is the actual daisy client. type Client struct { node mvds.Node }