diff options
| author | Jeff Carr <[email protected]> | 2025-08-30 18:48:44 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-30 18:48:44 -0500 |
| commit | 6ce29910741b73ff948591861765549a14d308b5 (patch) | |
| tree | 40227701b9c907839dd53e976eda8f7836b37a73 /main.go | |
| parent | 96843095f573121756691230a7d2b724f0694a54 (diff) | |
more crap
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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("") } /* |
