<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Install GoLang (Go Programming Language) in Linux	</title>
	<atom:link href="https://www.tecmint.com/install-go-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-go-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Tue, 05 Jan 2021 04:32:02 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Brentl		</title>
		<link>https://www.tecmint.com/install-go-in-linux/comment-page-1/#comment-1409168</link>

		<dc:creator><![CDATA[Brentl]]></dc:creator>
		<pubDate>Tue, 05 Jan 2021 04:32:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=23415#comment-1409168</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-go-in-linux/comment-page-1/#comment-1363042&quot;&gt;Rolln&lt;/a&gt;.

Thank you for the tip, I just did this myself. 

I would like to add, to those noobs such as myself. If you do this tip after all the other steps in the article and it is saying no command when you run &quot;&lt;strong&gt;hello&lt;/strong&gt;&quot; make sure you do the source command on the file where you added the path env variables like 
&lt;pre&gt;
$ source ~/.profile
&lt;/pre&gt;
If you don&#039;t do this, it won&#039;t work. (took me a couple of min of it not working to remember about the source command ran earlier.)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-go-in-linux/comment-page-1/#comment-1363042">Rolln</a>.</p>
<p>Thank you for the tip, I just did this myself. </p>
<p>I would like to add, to those noobs such as myself. If you do this tip after all the other steps in the article and it is saying no command when you run &#8220;<strong>hello</strong>&#8221; make sure you do the source command on the file where you added the path env variables like </p>
<pre>
$ source ~/.profile
</pre>
<p>If you don&#8217;t do this, it won&#8217;t work. (took me a couple of min of it not working to remember about the source command ran earlier.)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rolln		</title>
		<link>https://www.tecmint.com/install-go-in-linux/comment-page-1/#comment-1363042</link>

		<dc:creator><![CDATA[Rolln]]></dc:creator>
		<pubDate>Sat, 12 Sep 2020 13:28:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=23415#comment-1363042</guid>

					<description><![CDATA[If you export &lt;code&gt;PATH=$PATH:$GOBIN&lt;/code&gt; as well then you could just call hello instead of &lt;strong&gt;$GOBIN/hello&lt;/strong&gt;.

Just a suggestion but maybe that&#039;s not the proper way to do things...  newer Linux user here!]]></description>
			<content:encoded><![CDATA[<p>If you export <code>PATH=$PATH:$GOBIN</code> as well then you could just call hello instead of <strong>$GOBIN/hello</strong>.</p>
<p>Just a suggestion but maybe that&#8217;s not the proper way to do things&#8230;  newer Linux user here!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-go-in-linux/comment-page-1/#comment-1362589</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Fri, 11 Sep 2020 05:18:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=23415#comment-1362589</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-go-in-linux/comment-page-1/#comment-1362467&quot;&gt;GoUpdate&lt;/a&gt;.

@GoUpdate,

We&#039;ve updated the article to the most recent version of GoLang...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-go-in-linux/comment-page-1/#comment-1362467">GoUpdate</a>.</p>
<p>@GoUpdate,</p>
<p>We&#8217;ve updated the article to the most recent version of GoLang&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: GoUpdate		</title>
		<link>https://www.tecmint.com/install-go-in-linux/comment-page-1/#comment-1362467</link>

		<dc:creator><![CDATA[GoUpdate]]></dc:creator>
		<pubDate>Thu, 10 Sep 2020 19:45:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=23415#comment-1362467</guid>

					<description><![CDATA[It would be nice to update this article to a more recent version of Go.]]></description>
			<content:encoded><![CDATA[<p>It would be nice to update this article to a more recent version of Go.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/install-go-in-linux/comment-page-1/#comment-1246763</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Wed, 18 Sep 2019 07:38:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=23415#comment-1246763</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-go-in-linux/comment-page-1/#comment-1244329&quot;&gt;gws&lt;/a&gt;.

@GWS

The destination directory is &lt;code&gt;/usr/local&lt;/code&gt; as specified in the command.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-go-in-linux/comment-page-1/#comment-1244329">gws</a>.</p>
<p>@GWS</p>
<p>The destination directory is <code>/usr/local</code> as specified in the command.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
