Starter files for the News application built with Go. Tutorial: https://freshman.tech/web-development-with-go/
Here's what the completed application looks like:
The code in this repo is meant to be a reference point for anyone following along with the tutorial.
You need to have Go installed on your computer. The version used for the tutorial is 1.12.9.
-
Clone this repository to your filesystem.
-
cd
into the project directory and follow along with the tutorial.