Install golang-google-grpc-dev by entering the following commands in the terminal:
sudo apt update sudo apt install golang-google-grpc-dev
Description:
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.
Homepage: https://godoc.org/google.golang.org/grpc
Version: 1.6.0-3
Section: universe/devel