diff options
Diffstat (limited to 'make_chat.go')
| -rw-r--r-- | make_chat.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make_chat.go b/make_chat.go index d6616a1..b5f62cf 100644 --- a/make_chat.go +++ b/make_chat.go @@ -24,7 +24,7 @@ func TestChat() { r.Fields = []string{"1", "", "2", "3"} t.Rows = append(t.Rows, r) - conversation.Append(chat) + conversation.AppendNew(chat) */ t := conversation.AddTable() @@ -63,7 +63,7 @@ func (c *Chats) AddTable() *Table { chat.Table = t - c.Append(chat) + c.AppendNew(chat) return t } |
