summaryrefslogtreecommitdiff
path: root/example.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-08-22 02:50:00 -0500
committerJeff Carr <[email protected]>2025-08-22 02:50:00 -0500
commite36d19e07842f4cd1f6df9344f73490b3a30a4e8 (patch)
treebf38ad68299dd9a89d644d126940352c1d5ae2dc /example.go
parent4575c97aae18d899ee0fcd879217519138881a13 (diff)
??
Diffstat (limited to 'example.go')
-rw-r--r--example.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/example.go b/example.go
index c443027..8c0ba38 100644
--- a/example.go
+++ b/example.go
@@ -7,9 +7,6 @@ import (
func ExampleChat() *Chats {
conversation := NewChats()
- t := conversation.AddTable()
- t.AddRow([]string{"apple", "pear"})
-
conversation.AddGeminiComment("funny")
/*