cmd-zet/internal/lib/config.go

7 lines
89 B
Go

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