slackbuilds/development/protoc-gen-go
isaackwy 03a3a8f298
development/protoc-gen-go: Revert to 1.34.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-06-18 18:20:43 +07:00
..
README
protoc-gen-go.SlackBuild development/protoc-gen-go: Revert to 1.34.1. 2024-06-18 18:20:43 +07:00
protoc-gen-go.info development/protoc-gen-go: Revert to 1.34.1. 2024-06-18 18:20:43 +07:00
slack-desc

README

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.

This SlackBuild only compiles the protoc-gen-go binary.
protobuf3 is an optional dependency.