Web Programming in Go: Working with Templates in Go
In web application development HTML is frequently combined with data from template engines using handlers. In the Go programming language templates are utilized along with other actions and commands to display content. In this course youll learn about Go templates and functions and how to use them in the creation of web applications. First youll explore templates in Go and template engines as well as how to parse and execute templates. Next youll examine actions in Go and how to implement them. Youll also learn about Go arguments flags variables and pipelines. Finally youll learn about Go functions and how to use them.