Go to file
Jeff Carr 502e0854e7 add some thoughts 2025-09-12 10:13:10 -05:00
.gitignore Day1 2025-05-22 17:32:22 -05:00
LICENSE Day1 2025-05-22 17:32:22 -05:00
Makefile Day1 2025-05-22 17:32:22 -05:00
README.md add some thoughts 2025-09-12 10:13:10 -05:00
SanitizeUTF8.go fixes UTF8 from really old git commits in uboot 2025-06-29 02:49:00 -05:00
bug.proto playing around with forge patching 2025-06-04 06:30:03 -05:00
init.go Day1 2025-05-22 17:32:22 -05:00

README.md

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