Hacker News new | ask | show | jobs
by dgb23 928 days ago
Doesn’t go template have a way to define functions? You could then use a function to do w/e you like.
1 comments

That’s what I like about Go. The platform is prescriptive, but in all the right places. For things like this, Go leaves the abstraction building to you, if you need it.