diff options
| author | Jeff Carr <[email protected]> | 2025-07-21 12:59:16 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-07-21 12:59:16 -0500 |
| commit | 931e7ac1a614f1fca33cd5bbf026cc061e196dcb (patch) | |
| tree | 28b4d19898cfed1e0f60387f36e80694b8e18c92 /Makefile | |
| parent | 760e7d560fda48c8535e11ce7c4b30b072790cb4 (diff) | |
used gemini to make function docsv0.0.75
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 |
