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