I have followed this tutorial: http://golang.org/doc/articles/wiki/final.go and have slightly modified it for my needs/wants. The problem is I would like to support HTML in
Why not convert the []byte to a string? You can do it like this:
[]byte
str := string(page.Body)