|
Go support for protocol buffers.
Consists of a compiler plugin and the support library, all written in Go.
This is a complete implementation except for:
- Extensions in the plugin
- coming soon
- support is already in the library
- Services (RPC)
- needs an external definition to honor before supporting.
- Insertion points in the plugin
- may come
Total comments: 4
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+8367 lines, -0 lines) |
Patch |
|
A |
CONTRIBUTORS
|
View
|
1
2
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
|
A |
LICENSE
|
View
|
|
1 chunk |
+31 lines, -0 lines |
0 comments
|
Download
|
|
A |
Make.protobuf
|
View
|
|
1 chunk |
+46 lines, -0 lines |
0 comments
|
Download
|
|
A |
Makefile
|
View
|
1
2
|
1 chunk |
+53 lines, -0 lines |
0 comments
|
Download
|
|
A |
README
|
View
|
1
2
|
1 chunk |
+160 lines, -0 lines |
0 comments
|
Download
|
|
A |
compiler/Makefile
|
View
|
|
1 chunk |
+44 lines, -0 lines |
0 comments
|
Download
|
|
A |
compiler/descriptor/Makefile
|
View
|
|
1 chunk |
+53 lines, -0 lines |
0 comments
|
Download
|
|
A |
compiler/descriptor/descriptor.pb.go
|
View
|
1
|
1 chunk |
+398 lines, -0 lines |
0 comments
|
Download
|
|
A |
compiler/descriptor/descriptor.pb.golden
|
View
|
1
|
1 chunk |
+398 lines, -0 lines |
0 comments
|
Download
|
|
A |
compiler/doc.go
|
View
|
|
1 chunk |
+51 lines, -0 lines |
0 comments
|
Download
|
|
A |
compiler/main.go
|
View
|
|
1 chunk |
+903 lines, -0 lines |
0 comments
|
Download
|
|
A |
compiler/plugin/Makefile
|
View
|
1
|
1 chunk |
+54 lines, -0 lines |
0 comments
|
Download
|
|
A |
compiler/plugin/plugin.pb.go
|
View
|
1
|
1 chunk |
+47 lines, -0 lines |
0 comments
|
Download
|
|
A |
compiler/plugin/plugin.pb.golden
|
View
|
1
|
1 chunk |
+47 lines, -0 lines |
0 comments
|
Download
|
|
A |
compiler/testdata/Makefile
|
View
|
1
2
|
1 chunk |
+63 lines, -0 lines |
0 comments
|
Download
|
|
A |
compiler/testdata/imp.proto
|
View
|
|
1 chunk |
+41 lines, -0 lines |
0 comments
|
Download
|
|
A |
compiler/testdata/main.go
|
View
|
|
1 chunk |
+44 lines, -0 lines |
0 comments
|
Download
|
|
A |
compiler/testdata/multi1.proto
|
View
|
|
1 chunk |
+42 lines, -0 lines |
0 comments
|
Download
|
|
A |
compiler/testdata/multi2.proto
|
View
|
|
1 chunk |
+44 lines, -0 lines |
0 comments
|
Download
|
|
A |
compiler/testdata/multi3.proto
|
View
|
|
1 chunk |
+41 lines, -0 lines |
0 comments
|
Download
|
|
A |
compiler/testdata/test.proto
|
View
|
|
1 chunk |
+75 lines, -0 lines |
0 comments
|
Download
|
|
A |
compiler/testdata/test.pb.go.golden
|
View
|
|
1 chunk |
+124 lines, -0 lines |
0 comments
|
Download
|
|
A |
proto/Makefile
|
View
|
|
1 chunk |
+45 lines, -0 lines |
0 comments
|
Download
|
|
A |
proto/all_test.go
|
View
|
|
1 chunk |
+1042 lines, -0 lines |
0 comments
|
Download
|
|
A |
proto/decode.go
|
View
|
|
1 chunk |
+741 lines, -0 lines |
0 comments
|
Download
|
|
A |
proto/encode.go
|
View
|
|
1 chunk |
+557 lines, -0 lines |
0 comments
|
Download
|
|
A |
proto/extensions.go
|
View
|
|
1 chunk |
+153 lines, -0 lines |
0 comments
|
Download
|
|
A |
proto/lib.go
|
View
|
|
1 chunk |
+537 lines, -0 lines |
0 comments
|
Download
|
|
A |
proto/properties.go
|
View
|
|
1 chunk |
+515 lines, -0 lines |
0 comments
|
Download
|
|
A |
proto/testdata/Makefile
|
View
|
1
2
|
1 chunk |
+53 lines, -0 lines |
0 comments
|
Download
|
|
A |
proto/testdata/test.proto
|
View
|
|
1 chunk |
+209 lines, -0 lines |
0 comments
|
Download
|
|
A |
proto/testdata/test.pb.go
|
View
|
|
1 chunk |
+334 lines, -0 lines |
0 comments
|
Download
|
|
A |
proto/testdata/test.pb.go.golden
|
View
|
|
1 chunk |
+334 lines, -0 lines |
0 comments
|
Download
|
|
A |
proto/text.go
|
View
|
|
1 chunk |
+221 lines, -0 lines |
0 comments
|
Download
|
|
A |
proto/text_parser.go
|
View
|
1
2
|
1 chunk |
+473 lines, -0 lines |
0 comments
|
Download
|
|
A |
proto/text_parser_test.go
|
View
|
|
1 chunk |
+244 lines, -0 lines |
0 comments
|
Download
|
|
A |
proto/text_test.go
|
View
|
|
1 chunk |
+139 lines, -0 lines |
0 comments
|
Download
|
Total messages: 6
|