From 931e7ac1a614f1fca33cd5bbf026cc061e196dcb Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 21 Jul 2025 12:59:16 -0500 Subject: used gemini to make function docs --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3bc0cb7..5b37cf5 100644 --- a/Makefile +++ b/Makefile @@ -122,3 +122,10 @@ reformat-signal.proto-fruit: goimports vet build reformat-signal.proto-fruit-debug: goimports vet build git checkout example/*.proto make -C example proto-reformat-fruit-debug + +# eh, this is okay for docs I guess. notsure. but it makes pkg.go.dev better +gemini: + DEBUG=1 gemini --prompt "Can you add comments to the functions in the protoReformat.go file? Just add comments at the beginning of each function." --yolo --debug + +gemini-try2: + DEBUG=1 gemini --prompt "First figure out what each GO function in protoReformat.go does. Second, make good comments to put on on each function for pkg.go.dev?" --yolo --debug -- cgit v1.2.3