© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Alissa Lozhkin
Computer Science, Math, and Psychology student at UofT
Using templates in Go is a great way to produce content in a dynamic way. Go makes it possible to prepare content for display as pure text (by using the text/template package or as HTML with proper encoding (by using the html/template package). Both ...
No responses yet.