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
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:
1
env/enviroment.go
vendored
1
env/enviroment.go
vendored
@@ -13,6 +13,7 @@ const (
|
||||
Host EnvKey = "HOST"
|
||||
Port EnvKey = "PORT"
|
||||
IntervalDefault EnvKey = "INTERVAL_DEFAULT"
|
||||
LogPath EnvKey = "LOG_PATH"
|
||||
)
|
||||
|
||||
type EnvKey string
|
||||
|
||||
Reference in New Issue
Block a user