package config import "os" func GetZetDir() string { return os.Getenv("ZET_DIRECTORY") }