golang-google-grpc 1.33.3-1 source package in Ubuntu

Changelog

golang-google-grpc (1.33.3-1) unstable; urgency=medium

  * Team upload
  * New upstream version 1.33.3
  * Regenerating protobuf files with old protoc-gen-go v1.3.5.

 -- Shengjing Zhu <email address hidden>  Thu, 29 Dec 2022 23:55:08 +0800

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
golang-google-grpc_1.33.3-1.dsc 2.0 KiB fc1f1becbcfc90e7a58dfdd072ea68f27abd13a97b9697ebb4e1bd413d104ef9
golang-google-grpc_1.33.3.orig.tar.xz 756.1 KiB 2255ad83a5b6bd2b285ea839afd315b2fb810e532569280760ebc91567d3b1e1
golang-google-grpc_1.33.3-1.debian.tar.xz 82.9 KiB cea8757096025e66b7435b53b9a651acfeb674c1a071aca16b929dae66b3852e

Available diffs

No changes file available.

Binary packages built by this source

golang-google-grpc-dev: implementation of gRPC in Go

 Implementation of an RPC system called gRPC in Golang.
 .
 Remote Procedure Calls (RPCs) provide a useful abstraction for building
 distributed applications and services. This library provides a concrete
 implementation of the gRPC protocol, layered over HTTP/2.

protoc-gen-go-grpc: gRPC plugin for protobuf compiler

 This protobuf compiler plugin generates gRPC service definitions for the
 protocol buffer defined by file.proto.
 .
 The new protoc-gen-go plugin (provided by google.golang.org/protobuf) no longer
 supports generating gRPC service.