func netrcPath() string { if s := os.Getenv("NETRC_PATH"); s != "" { return s } return filepath.Join(hkclient.HomePath(), netrcFilename) }
func hkHome() string { return filepath.Join(hkclient.HomePath(), ".hk") }