cmd-zet/internal/lib/config.go

6 lines
80 B
Go
Raw Permalink Normal View History

package lib
func GetZetDir() string {
return "/home/opdavies/Documents/zet"
}