Hacker News new | ask | show | jobs
by zippergz 4397 days ago
Can you recommend a good document explaining all the features? The main package doc on golang.org seems to not really go into stuff like conditionals, loops, etc. which I gather are possible.
1 comments

That is documented in text/template.
Wow. I feel like an idiot for not finding that. Thank you!