summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-07-21 12:59:16 -0500
committerJeff Carr <[email protected]>2025-07-21 12:59:16 -0500
commit931e7ac1a614f1fca33cd5bbf026cc061e196dcb (patch)
tree28b4d19898cfed1e0f60387f36e80694b8e18c92 /Makefile
parent760e7d560fda48c8535e11ce7c4b30b072790cb4 (diff)
used gemini to make function docsv0.0.75
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
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