blob: bd80967b18e92f88d9d804c4f6d65af17cd70502 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
|