<?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 for Go on web</title>
	<atom:link href="http://go.hokapoka.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://go.hokapoka.com</link>
	<description>Creating web content on Go</description>
	<lastBuildDate>Sat, 17 Dec 2011 19:48:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Go lang on OS X (lion) by Francisco Souza</title>
		<link>http://go.hokapoka.com/uncategorized/go-lang-on-os-x-lion/#comment-2762</link>
		<dc:creator>Francisco Souza</dc:creator>
		<pubDate>Sat, 17 Dec 2011 19:48:41 +0000</pubDate>
		<guid isPermaLink="false">http://go.hokapoka.com/?p=716#comment-2762</guid>
		<description>Mercurial is a Python tool, you better install it using pip or easy_instal:

$ [sudo] easy_install mercurial</description>
		<content:encoded><![CDATA[<p>Mercurial is a Python tool, you better install it using pip or easy_instal:</p>
<p>$ [sudo] easy_install mercurial</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Go lang on OS X (lion) by Foo</title>
		<link>http://go.hokapoka.com/uncategorized/go-lang-on-os-x-lion/#comment-2760</link>
		<dc:creator>Foo</dc:creator>
		<pubDate>Sat, 17 Dec 2011 18:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://go.hokapoka.com/?p=716#comment-2760</guid>
		<description>There&#039;s a MUCH easier way to do all of the above: http://mxcl.github.com/homebrew/ has both Go and Mercurial in it.</description>
		<content:encoded><![CDATA[<p>There&#8217;s a MUCH easier way to do all of the above: <a href="http://mxcl.github.com/homebrew/" rel="nofollow">http://mxcl.github.com/homebrew/</a> has both Go and Mercurial in it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on mongoDB &amp; Golang == gomongo by Don Rudo</title>
		<link>http://go.hokapoka.com/example/mongodb-golang-gomongo/#comment-2053</link>
		<dc:creator>Don Rudo</dc:creator>
		<pubDate>Sun, 13 Nov 2011 03:59:43 +0000</pubDate>
		<guid isPermaLink="false">http://go.hokapoka.com/?p=284#comment-2053</guid>
		<description>Hello I&#039;m getting an error when trying to install gomongo via goinstall; first I thought it was my go setup (I was using the go package from archlinux installed as pacman -S go )but I uninstalled it and do a setup from mercurial repository; 

Now I was able to install go-mongo github from garyburd using goinstall and rand too, but I still get errors from this gomongo version (mikejs driver), this is the error output:


bson-struct.go:25: undefined: reflect.MapValue
bson-struct.go:32: cannot type switch on non-interface value v (type reflect.Value)
bson-struct.go:33: undefined: reflect.FloatValue
bson-struct.go:40: cannot type switch on non-interface value v (type reflect.Value)
bson-struct.go:41: undefined: reflect.FloatValue
bson-struct.go:42: cannot use f (type float64) as type reflect.Value in function argument
bson-struct.go:47: cannot type switch on non-interface value v (type reflect.Value)
bson-struct.go:48: undefined: reflect.IntValue

bson-struct.go:231: undefined: reflect.MapType
bson-struct.go:232: undefined: reflect.Typeof
bson-struct.go:235: undefined: reflect.NewValue
bson-struct.go:236: too many arguments in call to v.Value.Elem
bson-struct.go:237: cannot convert nil to type reflect.Value
bson-struct.go:238: v.SetElem undefined (type reflect.Value has no field or method SetElem)
bson-struct.go:238: too many errors
make: *** [_go_.8] Error 1
--- exit status 2
goinstall: github.com/mikejs/gomongo/mongo: install: running bash: exit status 2</description>
		<content:encoded><![CDATA[<p>Hello I&#8217;m getting an error when trying to install gomongo via goinstall; first I thought it was my go setup (I was using the go package from archlinux installed as pacman -S go )but I uninstalled it and do a setup from mercurial repository; </p>
<p>Now I was able to install go-mongo github from garyburd using goinstall and rand too, but I still get errors from this gomongo version (mikejs driver), this is the error output:</p>
<p>bson-struct.go:25: undefined: reflect.MapValue<br />
bson-struct.go:32: cannot type switch on non-interface value v (type reflect.Value)<br />
bson-struct.go:33: undefined: reflect.FloatValue<br />
bson-struct.go:40: cannot type switch on non-interface value v (type reflect.Value)<br />
bson-struct.go:41: undefined: reflect.FloatValue<br />
bson-struct.go:42: cannot use f (type float64) as type reflect.Value in function argument<br />
bson-struct.go:47: cannot type switch on non-interface value v (type reflect.Value)<br />
bson-struct.go:48: undefined: reflect.IntValue</p>
<p>bson-struct.go:231: undefined: reflect.MapType<br />
bson-struct.go:232: undefined: reflect.Typeof<br />
bson-struct.go:235: undefined: reflect.NewValue<br />
bson-struct.go:236: too many arguments in call to v.Value.Elem<br />
bson-struct.go:237: cannot convert nil to type reflect.Value<br />
bson-struct.go:238: v.SetElem undefined (type reflect.Value has no field or method SetElem)<br />
bson-struct.go:238: too many errors<br />
make: *** [_go_.8] Error 1<br />
&#8212; exit status 2<br />
goinstall: github.com/mikejs/gomongo/mongo: install: running bash: exit status 2</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Use Go&#8217;s HTML Templates by George</title>
		<link>http://go.hokapoka.com/example/use-gos-html-templates/#comment-1698</link>
		<dc:creator>George</dc:creator>
		<pubDate>Sun, 02 Oct 2011 08:22:16 +0000</pubDate>
		<guid isPermaLink="false">http://golang.hokapoka.com/2010/07/20/use-gos-html-templates/#comment-1698</guid>
		<description>1. Can the data Interface be blank? When we don&#039;t want to modify anything.
2. Can the parsed file contain curly braces ie the case when javascript is present in the template.</description>
		<content:encoded><![CDATA[<p>1. Can the data Interface be blank? When we don&#8217;t want to modify anything.<br />
2. Can the parsed file contain curly braces ie the case when javascript is present in the template.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Use Go&#8217;s HTML Templates by Dale Jefferson</title>
		<link>http://go.hokapoka.com/example/use-gos-html-templates/#comment-1134</link>
		<dc:creator>Dale Jefferson</dc:creator>
		<pubDate>Mon, 01 Aug 2011 07:10:26 +0000</pubDate>
		<guid isPermaLink="false">http://golang.hokapoka.com/2010/07/20/use-gos-html-templates/#comment-1134</guid>
		<description>Thanks for the tutorial, but i&#039;ve spotted a few mistakes:

&lt;code&gt;type foo struc{&lt;/code&gt;

should be

&lt;code&gt;type foo struct {&lt;/code&gt;

and

&lt;code&gt;t.Execute(f, c)&lt;/code&gt;

should be

&lt;code&gt;t.Execute(c, f)&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial, but i&#8217;ve spotted a few mistakes:</p>
<p><code>type foo struc{</code></p>
<p>should be</p>
<p><code>type foo struct {</code></p>
<p>and</p>
<p><code>t.Execute(f, c)</code></p>
<p>should be</p>
<p><code>t.Execute(c, f)</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Go Templates, {.repeated} &amp; Arrays/Slices by Justin</title>
		<link>http://go.hokapoka.com/example/go-templates-repeated-arraysslices/#comment-1061</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Sun, 24 Jul 2011 11:40:15 +0000</pubDate>
		<guid isPermaLink="false">http://golang.hokapoka.com/2010/07/22/go-templates-repeated-arraysslices/#comment-1061</guid>
		<description>I&#039;ve really been loving your blog, as I&#039;ve just been getting into Go recently =)

I have a question that I haven&#039;t been able to figure out, without adding more view logic to my code.

If I have an array&#124;slice and I want to use the {.alternate....}. Is it possible to perform extra processing on all items, excluding the last one.
  eg.
  If I have, say, comments and I want to apply a border-bottom to all but the last one, is there an easy way to do that, without adding another field to my view? (without CSS 3 of-coarse)

Thanks</description>
		<content:encoded><![CDATA[<p>I&#8217;ve really been loving your blog, as I&#8217;ve just been getting into Go recently =)</p>
<p>I have a question that I haven&#8217;t been able to figure out, without adding more view logic to my code.</p>
<p>If I have an array|slice and I want to use the {.alternate&#8230;.}. Is it possible to perform extra processing on all items, excluding the last one.<br />
  eg.<br />
  If I have, say, comments and I want to apply a border-bottom to all but the last one, is there an easy way to do that, without adding another field to my view? (without CSS 3 of-coarse)</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Go Say&#8217;s Hello! by Hot Big Deal</title>
		<link>http://go.hokapoka.com/example/go-says-hello/#comment-1026</link>
		<dc:creator>Hot Big Deal</dc:creator>
		<pubDate>Thu, 21 Jul 2011 16:00:12 +0000</pubDate>
		<guid isPermaLink="false">http://golang.hokapoka.com/2010/07/14/go-says-hello/#comment-1026</guid>
		<description>Thank you!
This is the one of the good articles.</description>
		<content:encoded><![CDATA[<p>Thank you!<br />
This is the one of the good articles.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using GO to render HTML for WordPress or PHP by tatiana carcamo</title>
		<link>http://go.hokapoka.com/golang/using-go-to-render-html-for-wordpress-or-php/#comment-997</link>
		<dc:creator>tatiana carcamo</dc:creator>
		<pubDate>Mon, 18 Jul 2011 22:59:43 +0000</pubDate>
		<guid isPermaLink="false">http://go.hokapoka.com/?p=585#comment-997</guid>
		<description>ayudenme plis</description>
		<content:encoded><![CDATA[<p>ayudenme plis</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GOAuth by chinmay</title>
		<link>http://go.hokapoka.com/goauth/#comment-947</link>
		<dc:creator>chinmay</dc:creator>
		<pubDate>Wed, 13 Jul 2011 06:00:09 +0000</pubDate>
		<guid isPermaLink="false">http://go.hokapoka.com/#comment-947</guid>
		<description>Hi,

I tried installing goauth using goinstall 
goinstall github.com/hokapoka/goauth

But I am getting the following error !
Help Please

goinstall: === cd /home/chinmay/NewGo/go/src/pkg/github.com/hokapoka/goauth; gomake -f- install
6g  -o _go_.6 http.go oauth.go pairs.go urlencode.go oauthconsumer.go token.go 
http.go:104: too many arguments in call to net.Dial
http.go:106: cannot use addr (type string) as type *tls.Config in function argument
http.go:106: too many arguments in call to tls.Dial
make: *** [_go_.6] Error 1
--- exit status 2
goinstall: installing github.com/hokapoka/goauth: running gomake: exit status 2</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I tried installing goauth using goinstall<br />
goinstall github.com/hokapoka/goauth</p>
<p>But I am getting the following error !<br />
Help Please</p>
<p>goinstall: === cd /home/chinmay/NewGo/go/src/pkg/github.com/hokapoka/goauth; gomake -f- install<br />
6g  -o _go_.6 http.go oauth.go pairs.go urlencode.go oauthconsumer.go token.go<br />
http.go:104: too many arguments in call to net.Dial<br />
http.go:106: cannot use addr (type string) as type *tls.Config in function argument<br />
http.go:106: too many arguments in call to tls.Dial<br />
make: *** [_go_.6] Error 1<br />
&#8212; exit status 2<br />
goinstall: installing github.com/hokapoka/goauth: running gomake: exit status 2</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Append / Add to a Go lang Collection Part 2 by GlacJAY</title>
		<link>http://go.hokapoka.com/golang/append-add-to-a-go-lang-collection-part-2/#comment-896</link>
		<dc:creator>GlacJAY</dc:creator>
		<pubDate>Fri, 08 Jul 2011 14:02:25 +0000</pubDate>
		<guid isPermaLink="false">http://go.hokapoka.com/?p=556#comment-896</guid>
		<description>There is a new built-in function named append() now.</description>
		<content:encoded><![CDATA[<p>There is a new built-in function named append() now.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

