Reorganized directories and packages.

This commit is contained in:
mikestefanello 2022-11-02 19:23:26 -04:00
parent 965fb540c7
commit dceb232cb2
61 changed files with 83 additions and 83 deletions

View file

@ -10,7 +10,7 @@ import (
const (
// TemplateDir stores the name of the directory that contains templates
TemplateDir = "templates"
TemplateDir = "../templates"
// TemplateExt stores the extension used for the template files
TemplateExt = ".gohtml"