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

Changelog

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

  * Team upload
  * Add patch to fix failed TestUnix with https_proxy env

 -- Shengjing Zhu <email address hidden>  Tue, 10 Jan 2023 16:12:59 +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
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
golang-google-grpc_1.33.3-2.dsc 2.0 KiB ac301889cca6e0327a76d8beba09b604a232e26b3f3d29a051f8eec51ce0e832
golang-google-grpc_1.33.3.orig.tar.xz 756.1 KiB 2255ad83a5b6bd2b285ea839afd315b2fb810e532569280760ebc91567d3b1e1
golang-google-grpc_1.33.3-2.debian.tar.xz 83.3 KiB 53e8b2524f6ae36bfae18bb9886869bc93bd73d1c6bdeb318a27827b8ee8590d

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.