<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>setup on Golang</title><link>https://golang.k5kc.com/tags/setup/</link><description>Recent content in setup on Golang</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Sun, 16 Aug 2020 00:15:00 +0530</lastBuildDate><atom:link href="https://golang.k5kc.com/tags/setup/index.xml" rel="self" type="application/rss+xml"/><item><title>Setting up gRPC</title><link>https://golang.k5kc.com/2020/08/16/6.grpc-setup/</link><pubDate>Sun, 16 Aug 2020 00:15:00 +0530</pubDate><guid>https://golang.k5kc.com/2020/08/16/6.grpc-setup/</guid><description>The example code for our tutorial is in grpc/grpc-go/examples/route_guide. To download the example, clone the grpc-go repository by running the following command:
go get google.golang.org/grpc Then change your current directory to grpc-go/examples/route_guide:
cd $GOPATH/src/google.golang.org/grpc/examples/route_guide You also should have the relevant tools installed to generate the server and client interface code - if you don&amp;rsquo;t already, follow the setup instructions in the Go quick start guide.</description></item><item><title>Install Golang</title><link>https://golang.k5kc.com/2020/08/16/1.install-golang/</link><pubDate>Sun, 16 Aug 2020 00:10:00 +0530</pubDate><guid>https://golang.k5kc.com/2020/08/16/1.install-golang/</guid><description>Installing using OS package manager You might use your package manager to install Go or install manually from the official release binaries. Either way should be easy.
Because the go tool is able to download code from remote repositories, it is often useful to have installed clients for the various supported version control systems. At the time of this writing, they are documented as: Bazaar, Git, Mercurial and Subversion.
They are not mandatory requirements, you might go a long way with just having git installed, and installing others later as required.</description></item></channel></rss>