This commit is contained in:
Liang Ding 2015-02-16 14:06:57 +08:00
parent 184ec43472
commit 82b924c171
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ func (*myos) Home() (string, error) {
}
// cross compile support
if OS.IsWindows() {
return homeWindows()
}