Tag Archives: go

Go lang on OS X (lion)

Recently I’ve moved from linux to OS X, yep I’m using a so-called “hackintosh”.   Having spent the past week learning how to live in the environment, which for the record I really live, it’s time to hack some Go! … Continue reading

Posted in Uncategorized | Tagged | 2 Comments

Embedding or Nesting Go Templates

Go templates are a very powerful means to generate HTML with Go lang.  It’s possible to Nest or Embed the templates in each other so you can easily modularize content and thus reduce repetition of code and work, by reusing … Continue reading

Posted in example, Go, golang, html, http, interfaces, templates | Tagged , , , , | 10 Comments