This commit is contained in:
Phil 2022-12-23 23:15:44 +01:00
parent bf426f4bd9
commit 51137677ce

View file

@ -2,7 +2,6 @@ package main
import (
"embed"
"fmt"
"log"
"net/http"
@ -17,14 +16,7 @@ import (
//go:embed views/*
var viewsfs embed.FS
func a() error {
return fmt.Errorf("this is an error")
}
func main() {
_ = a()
utils.Print_Starting_Screen()
utils.Init_env_file()
utils.Init_env_vars()