summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-12 10:13:10 -0500
committerJeff Carr <[email protected]>2025-09-12 10:13:10 -0500
commit502e0854e78b9f27bba81c02e27fc86097cbefb5 (patch)
treec13d2ae7860b725246c1215c481f3994815b67ca
parent4d61cadd81f94357cafc65bcbae71c22111de4b1 (diff)
add some thoughtsv0.0.6
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index ba58a0d..bd80967 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,21 @@
+This package should be a GO Primitive package and
+therefore have a minimum go.sum file.
+
+TODO: Appeal to have google.golang.org/protobuf moved into GO itself
+
# protobuf definition files for git-bug
This is to make a easy way to parse the bugs from
the federated git-bug system. Search can be implemented
on top of this protobuf definition instead of being mixed
in with the database code.
+
+#####
+
+The above was the original intent of this package and
+probably will still be that way, but, this is a good
+name for "bugs" in protobufs themselves and I've
+moved things like the Validate UTF-8 things here.
+
+In general, maybe it'll be more of a toolbox of common
+useful protobuf routines