I am new to golang and want to use it to build a web application.
I found that it has a built-in html / template that can display an html template with the specified data, as well as a mustache port that seems nice.
I'm not sure which one I will use. Please give me some tips or comparisons between them so I can decide, thanks.
source
share