andlabs Blog Code Music Writings Résumé About

Programming

Subscribe

The Go templates post
2017-02-02 16:43:40 -0500 EST Programming Go
This post is a slightly revised version of my original "The Go templates post" post that was originally posted 26 May 2014 4:52 PM EDT. The information is still accurate, but does not reflect the past 3 years of changes. Keep this in mind. Be sure to read both the text/template and html/template package docs for the latest info. The Go standard library comes with a powerful template system which allows you to generate structured text from some input data.