Right v.
This commit is contained in:
parent
bf426f4bd9
commit
51137677ce
1 changed files with 0 additions and 8 deletions
8
main.go
8
main.go
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue