<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Golang on Subhadip's Blog</title><link>https://www.subhadig.net/tags/golang/</link><description>Recent content in Golang on Subhadip's Blog</description><generator>Hugo</generator><language>en-us</language><copyright>Subhadip Ghosh</copyright><lastBuildDate>Sun, 27 Dec 2015 00:00:00 +0000</lastBuildDate><atom:link href="https://www.subhadig.net/tags/golang/index.xml" rel="self" type="application/rss+xml"/><item><title>Coding with Go - Part 1 : The Workspace Setup</title><link>https://www.subhadig.net/posts/coding-with-go-part-1-the-workspace-setup/</link><pubDate>Sun, 27 Dec 2015 00:00:00 +0000</pubDate><guid>https://www.subhadig.net/posts/coding-with-go-part-1-the-workspace-setup/</guid><description>&lt;p&gt;Go (sometimes referred as Golang) is the system programming language from Google which is my new interest these days. Some of my favourite points about Go so far:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;It's a compiled language and I like compiled languages. To somebody who has used C/C++ and later Java for programming, this should come as no surprise.&lt;/li&gt;
&lt;li&gt;It has fairly easy syntax and it's not a lot different from C which definitely helps to learn the language quickly.&lt;/li&gt;
&lt;li&gt;It can be used like a scripting language.&lt;/li&gt;
&lt;li&gt;It has a fairly large built-in package collection.&lt;/li&gt;
&lt;li&gt;It has first class Linux support.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Here's what I did to get my workstation ready to code with Go:&lt;/p&gt;</description></item></channel></rss>