summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-05 13:32:24 -0600
committerJeff Carr <[email protected]>2025-01-05 13:32:24 -0600
commit80130ab563179561d453fe4e5c00671bab6bc72d (patch)
treebb64cdce48952bc0bab61739f6bc6f353d529060
parentde75f951617e8259b749339934d449b79e0edc30 (diff)
more notes
-rw-r--r--README.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/README.md b/README.md
index b141fbb..f3884f5 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,12 @@
-protobuf definition files for git repositories
+# protobuf definition files for git repositories
+
+# requires autogenpb & go-mod-clean
+
+* go-clone go.wit.com/apps/autogenpb
+* you might also need: go-clone go.wit.com/apps/utils/go-mod-clean
+
+# Notes/TODO
+
+* all autogen files are stored as git metadata this includes the go.mod and go.sum files
+* this is done to keep the git commit log as clean as possible
+* metadata can be manipulated using go-mod-clean