Releases: code-tutorials/golang-webapp
Releases · code-tutorials/golang-webapp
05 - POST requests
Adding an HTTP POST request handler to process forms.
04 - Redis database
Adding Redis to our Go application for fast data storage.
03 - HTML templates
Adding templates to our web application using the builtin html/template package.
02 - Gorilla mux
Expanding on the code from the previous video to use the Gorilla Mux package for routing.
01 - Introduction
A quick introduction to creating a web application in Go.