So I created a simple static site using go.
https://play.golang.org/p/s3XOqLj2SM
When you hit the root directory, the index.html page loads just fine including all the assets.
If you try to navigate to one of the other pages, the html does not load. I get a 404 error.
What am I doing wrong?
Sorry for the mix up, there was a typo in the links within the html files. If anyone else has this issue, it wasn't with the go side of things. It was within the HTML files not linking to the correct routes.