Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
Oliver Davies 2025-09-30 23:49:23 +01:00
parent a4901b9ae7
commit d27eca0a07
13 changed files with 71 additions and 57 deletions

7
internal/config/main.go Normal file
View file

@ -0,0 +1,7 @@
package config
import "os"
func GetZetDir() string {
return os.Getenv("ZET_DIRECTORY")
}