﻿<?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 Program - The First internet site for Go programming &#187; Samples</title>
	<atom:link href="http://www.go-program.com/category/samples/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.go-program.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 19 Nov 2009 11:31:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Go Language example</title>
		<link>http://www.go-program.com/go-language-samples/</link>
		<comments>http://www.go-program.com/go-language-samples/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 15:08:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Samples]]></category>

		<guid isPermaLink="false">http://www.go-program.com/?p=17</guid>
		<description><![CDATA[







Hello Program:
package main
import fmt &#8220;fmt&#8221;
func main()
{
fmt.Printf(&#8221;Hello, world; or Καλημέρα κόσμε; or こんにちは 世界\n&#8221;);
}
package – package statement imports all the packages for using their facilities.
import fmt  “fmt” -  imports the package fmt for implementing formatted I/O.
func  &#8211; Functions are defined by using the keyword func .
main – main is the starting point of the program.
Frm.Printf() – [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p><!--adsense--><br />
<!--adsense#image1--></p>
<p>Hello Program:</p>
<p>package main</p>
<p>import fmt &#8220;fmt&#8221;</p>
<p>func main()</p>
<p>{</p>
<p>fmt.Printf(&#8221;Hello, world; or Καλημέρα κόσμε; or こんにちは 世界\n&#8221;);</p>
<p>}</p>
<p>package – package statement imports all the packages for using their facilities.</p>
<p>import fmt  “fmt” -  imports the package <code>fmt</code> for implementing formatted I/O.</p>
<p>func  &#8211; Functions are defined by using the keyword func .</p>
<p>main – main is the starting point of the program.</p>
<p>Frm.Printf() – Displays the strings.</p>
<p>String constants can contain Unicode characters, encoded in UTF-8.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.go-program.com/go-language-samples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
