<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Go Archives - Codeplaners</title>
	<atom:link href="https://codeplaners.com/category/go/feed/" rel="self" type="application/rss+xml" />
	<link>https://codeplaners.com/category/go/</link>
	<description>Code Solution</description>
	<lastBuildDate>Tue, 02 Mar 2021 00:35:11 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.7</generator>

<image>
	<url>https://codeplaners.com/wp-content/uploads/2020/09/cropped-favicon-social-32x32.png</url>
	<title>Go Archives - Codeplaners</title>
	<link>https://codeplaners.com/category/go/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Install GO on Windows</title>
		<link>https://codeplaners.com/how-to-install-go-on-windows/</link>
					<comments>https://codeplaners.com/how-to-install-go-on-windows/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 01 Mar 2021 13:10:21 +0000</pubDate>
				<category><![CDATA[Go]]></category>
		<guid isPermaLink="false">https://codeplaners.com/?p=420</guid>

					<description><![CDATA[<p>Step 1: Download GO Click this link https://golang.org/dl/ Select Microsoft Windows, and download will be started. Step 2: Install GO Now Install GO with default settings you don&#8217;t have to change anything. Step 3: Create folder 1. Create a folder on (C, D, E, F or G) name gocode 2. I create a folder (gocode) &#8230; <a href="https://codeplaners.com/how-to-install-go-on-windows/" class="more-link">Continue reading<span class="screen-reader-text"> "How to Install GO on Windows"</span></a></p>
<p>The post <a rel="nofollow" href="https://codeplaners.com/how-to-install-go-on-windows/">How to Install GO on Windows</a> appeared first on <a rel="nofollow" href="https://codeplaners.com">Codeplaners</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h3>Step 1: Download GO</h3>
<p><span style="font-weight: 500;">Click this link </span><a href="https://golang.org/dl/"><span style="font-weight: 500;">https://golang.org/dl/</span></a><br />
<span style="font-weight: 400;">Select </span><b>Microsoft Windows,</b><span style="font-weight: 400;"> and download will be started.</span></p>
<h3>Step 2: Install GO</h3>
<p>Now Install GO with default settings you don&#8217;t have to change anything.</p>
<h3>Step 3: Create folder</h3>
<p>1. Create a folder on (C, D, E, F or G) name gocode<br />
2. I create a folder (gocode) on c drive<br />
3. Under your folder (gocode) create 3 sub folder src,pkg,bin<br />
4. Folder structure Watch Screenshort<br />
<img decoding="async" src="https://codeplaners.com/wp-content/uploads/2021/03/go.jpg" ></p>
<h3>Step 4: Set Your System Environment Variable</h3>
<p>1. Now go to Control Panel → Systems and Security → System → Advanced system settings<br />
2. On Advanced tab click Environment Variable<br />
3. Under user variables for add a new variable</p>
<pre class="brush: xml; title: ; notranslate"> variable name: GOPATH 
variable value: c:\gocode (path)</pre>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2021/03/goenvir.jpg" ></p>
<h3>4. click Path and add this</h3>
<pre class="brush: xml; title: ; notranslate"> G:\gocode\bin (path)</pre>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2021/03/gopath.jpg" ></p>
<h3>Step 5: Check installation</h3>
<p>1. Open <b>cmd</b><br />
2. Type <b>go version</b> and enter if it print your GO lang version then you are ready to go<br />
3. And also type go env and  enter, it will show your go path</p>
<p>The post <a rel="nofollow" href="https://codeplaners.com/how-to-install-go-on-windows/">How to Install GO on Windows</a> appeared first on <a rel="nofollow" href="https://codeplaners.com">Codeplaners</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://codeplaners.com/how-to-install-go-on-windows/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
