// +build !windows package main import ( "os" ) func homeDir() string { return os.Getenv("HOME") }