Mastering HTML templates in Go - The fundamentals
The main reason why we all like the Go programming language so much is because of its simplicity. And how else could the html/template parser be, than just simple.
The main reason why we all like the Go programming language so much is because of its simplicity. And how else could the html/template parser be, than just simple.
Go is a great language for building all kinds of backend services like APIs. But what about web frontends? Let’s have a look…