diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |
