One thing that is different from generating, say, an email text, and a piece of code is the structure. Normally code is indented in blocks, and I just happen to see a lot of time and effort being spent on getting this right. Here’s how I do it. Please note: If I were generating Go code, I’d just use format.Source for indentsthis is just something I’ve come to think of a standard way for me to writ