Started using my super-saiyan-god tool but I need to rework the repo so it supports the tool style for go get.

This commit is contained in:
Zed A. Shaw 2025-08-02 10:52:04 -04:00
parent 1da2af82f4
commit 19a2a85c10
7 changed files with 42 additions and 56 deletions

View file

@ -25,6 +25,7 @@ func main() {
log.SetFlags(log.LstdFlags | log.Lshortfile)
engine := html.New(config.Settings.Views, ".html")
engine.Reload(true)
app := fiber.New(fiber.Config{
Views: engine,