golang-google-grpc 1.32.0-4 source package in Ubuntu

Changelog

golang-google-grpc (1.32.0-4) unstable; urgency=medium

  * Team upload.
  * Replace transitional golang-goprotobuf-dev package

 -- Shengjing Zhu <email address hidden>  Fri, 23 Dec 2022 00:16:42 +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.32.0-4.dsc 2.0 KiB b99acd416cb29f0e9c7d9854f1872efea1b799531e9c39d77f5ec9d2c729ac61
golang-google-grpc_1.32.0.orig.tar.gz 1.0 MiB b70cdb30dc658ac19a3fb52a5d22311754d9292f554a9322bf96010329bdf382
golang-google-grpc_1.32.0-4.debian.tar.xz 64.2 KiB 9022f48272ec60c1f383dc81f1ed78ab25047d1e322e6cb172297d98828c178b

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.