7 lines
92 B
Go
7 lines
92 B
Go
package config
|
|
|
|
import "os"
|
|
|
|
func GetZetDir() string {
|
|
return os.Getenv("ZET_DIRECTORY")
|
|
}
|