summaryrefslogtreecommitdiff
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
parent96843095f573121756691230a7d2b724f0694a54 (diff)
more crap
-rw-r--r--Makefile2
-rw-r--r--main.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a377a19..7813410 100644
--- a/Makefile
+++ b/Makefile
@@ -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
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("")
}
/*