From 82b924c171de90b875030926d53feb678c6db8ed Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Mon, 16 Feb 2015 14:06:57 +0800 Subject: [PATCH] . --- util/os.go | 1 + 1 file changed, 1 insertion(+) diff --git a/util/os.go b/util/os.go index a332f72..1977aad 100644 --- a/util/os.go +++ b/util/os.go @@ -54,6 +54,7 @@ func (*myos) Home() (string, error) { } // cross compile support + if OS.IsWindows() { return homeWindows() }