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 | |
| parent | 96843095f573121756691230a7d2b724f0694a54 (diff) | |
more crap
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | main.go | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ VERSION = $(shell git describe --tags) BUILDTIME = $(shell date +%Y.%m.%d_%H%M) default: install - regex --json tmp/regex.07812e1a-a60c-4e2f-8180-fbbf3fa6a9e7.gemini-api-request.19.json + regex --json tmp/regex.bf203df1-ce24-42ea-93e9-10e0d8b5e8b0.gemini-api-request.64.json vet: @GO111MODULE=off go vet @@ -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("") } /* |
