summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-08-30 18:48:44 -0500
committerJeff Carr <[email protected]>2025-08-30 18:48:44 -0500
commit6ce29910741b73ff948591861765549a14d308b5 (patch)
tree40227701b9c907839dd53e976eda8f7836b37a73 /main.go
parent96843095f573121756691230a7d2b724f0694a54 (diff)
more crap
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index d84be0a..3138030 100644
--- a/main.go
+++ b/main.go
@@ -70,7 +70,7 @@ func main() {
if err != nil {
badExit(err)
}
- log.Info("GeminiContent pb.Marshal() worked len =", len(pb.Contents))
+ log.Info("GeminiContent pb.Marshal() worked pb.Contents len =", len(pb.Contents))
okExit("")
}
/*