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

Changelog

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

  * Team upload.
  * Source-only upload for testing migration

 -- Shengjing Zhu <email address hidden>  Mon, 31 Oct 2022 02:41:10 +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-3.dsc 2.0 KiB 80c0d9723dbd7f2224a451550d4be60a968542e416b46addc42bdec2c2868e5a
golang-google-grpc_1.32.0.orig.tar.gz 1.0 MiB b70cdb30dc658ac19a3fb52a5d22311754d9292f554a9322bf96010329bdf382
golang-google-grpc_1.32.0-3.debian.tar.xz 64.2 KiB 21cd75c8a3431ba0287ed310ef3610c909bbdb19e71111ca944860d6f2f7abd2

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.