more crap

This commit is contained in:
Jeff Carr 2025-08-30 18:48:44 -05:00
parent 96843095f5
commit 6ce2991074
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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("")
}
/*