add logger
All checks were successful
Build Slideshow App / build (amd64, .exe, windows) (push) Successful in 2m7s
Build Slideshow App / build (amd64, , linux) (push) Successful in 2m25s
Build Slideshow App / build (arm, 7, , linux) (push) Successful in 2m2s
Build Slideshow App / build (arm64, , linux) (push) Successful in 2m1s

This commit is contained in:
Adrian Zürcher
2026-01-18 21:00:53 +01:00
parent 8165b2d843
commit 3241429e98
6 changed files with 57 additions and 6 deletions

1
env/enviroment.go vendored
View File

@@ -13,6 +13,7 @@ const (
Host EnvKey = "HOST"
Port EnvKey = "PORT"
IntervalDefault EnvKey = "INTERVAL_DEFAULT"
LogPath EnvKey = "LOG_PATH"
)
type EnvKey string