HTML templates - Go Lang Practical Programming Tutorial p.16
Channel:
Subscribers:
1,410,000
Published on ● Video Link: https://www.youtube.com/watch?v=Uo9MSE2Gbzs
Welcome to part 16 of the Go Language tutorial series, in this tutorial we will be covering HTML templates with Go. While we can do everything in your .go file, this can become...challenging, especially for larger projects with more complex HTML, styling, as well as the incorporation of JavaScript. With Go, we can use templating and some basic logic from within our HTML files, which will be parsed by Go's html/template package
Text tutorials and sample code: https://pythonprogramming.net/go/
https://twitter.com/sentdex
https://www.facebook.com/pythonprogramming.net/
https://plus.google.com/+sentdex
Other Videos By sentdex
Tags:
Go
Go lang
go programming
tutorial
programming
template
HTML
templates
html/template