Templates Folder not Found in Go Gin Using html/template
I’m having some issues loading templates using Gin. Specifically, after setting up my templates, when I try to run my app with go run main.go I am getting the below error. How do I load the templates correctly? ➜ app git:(main) ✗ go run main.go [GIN-debug] [WARNING] Creating an Engine instance with the Logger and… Read More Templates Folder not Found in Go Gin Using html/template