Straightened out the configuration file processing and introduced command-line argument processing
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user