TiagoNunesDeveloper / curso-go-gRPC

Repositório do curso gRPC em Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

curso-go-gRPC

Repositório do curso gRPC em Go.

Instalação do PROTOBUF

  • sudo apt-get install -y git autoconf automake libtool curl make g++ unzip
  • git clone https://github.com/google/protobuf.git
  • cd protobuf/
  • ./autogen.sh
  • ./configure
  • make
  • make check
  • sudo make install
  • sudo ldconfig
  • protoc -h

About

Repositório do curso gRPC em Go.


Languages

Language:Go 88.7%Language:Makefile 11.3%