writer interface discussion
Reference links for some useful conversations about using go for web programming:

PHP's $_SESSION mechanism
https://groups.google.com/d/topic/golang-nuts/cZ8Pkz6fbtg/discussion

Nobody Cares - microblogging
http://code.google.com/p/nobodycares/

gopages - embed go in webpages
http://code.google.com/p/gopages/

+ [Codelab: Writing Web Applications](http://golang.org/doc/codelab/wiki/)

+ [Generic request/response handing](
http://www.tideland.biz/articles/coding-in-go/generic-request-response-handing)

+ [Make A Basic GO http Server](
http://go.hokapoka.com/go/make-a-basic-go-http-server/)

+ [Serve on multiple hosts / domains with Go](
http://go.hokapoka.com/go/serve-on-multiple-hosts-domains-with-go/)

+ [GO & web.go](http://go.hokapoka.com/go/go-web-go/)

+ [Web chat using WebSockets and Go](
http://gary.beagledreams.com/page/go-websocket-chat)

+ [Deploying Go web services behind Nginx under Debian or Ubuntu](
http://nf.id.au/deploying-go-web-services-behind-nginx-under)

If you're looking for a simple framework to build a website, check out
web.go:
http://github.com/hoisie/web.go

It supports standard fastcgi and scgi environments, which means it
will work behind Apache/lighty/nginx..

https://groups.google.com/d/topic/golang-nuts/GbaswguQ2Ak/discussion
https://github.com/nf/gowiki
http://go.hokapoka.com/go/use-gos-html-templates/#more-86
http://go.hokapoka.com/go/make-a-basic-go-http-server/#more-89
http://go.hokapoka.com/go/serve-on-multiple-hosts-domains-with-go/#more-88
http://go.hokapoka.com/go/embedding-or-nesting-go-templates/