diff options
Diffstat (limited to 'devel/protobuf-go/pkg-descr')
-rw-r--r-- | devel/protobuf-go/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/protobuf-go/pkg-descr b/devel/protobuf-go/pkg-descr new file mode 100644 index 000000000000..b584b6484c03 --- /dev/null +++ b/devel/protobuf-go/pkg-descr @@ -0,0 +1,7 @@ +This project hosts the Go implementation for protocol buffers, which is +a language-neutral, platform-neutral, extensible mechanism for +serializing structured data. The protocol buffer language is a language +for specifying the schema for structured data. This schema is compiled +into language specific bindings. This project provides both a tool to +generate Go code for the protocol buffer language, and also the runtime +implementation to handle serialization of messages in Go. |