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