Straightened out the configuration file processing and introduced command-line argument processing

This commit is contained in:
2025-09-17 17:26:54 -06:00
parent 9345e95b12
commit 522afc33ed
4 changed files with 79 additions and 0 deletions
+2
View File
@@ -11,6 +11,7 @@
package main
import (
"git.erbosoft.com/amy/amsterdam/config"
"git.erbosoft.com/amy/amsterdam/ui"
"github.com/labstack/echo/v4"
"github.com/labstack/echo/v4/middleware"
@@ -35,6 +36,7 @@ func setupEcho() *echo.Echo {
// main is Ye Olde Main Function.
func main() {
config.SetupConfig()
ui.SetupTemplates()
e := setupEcho()