This commit is contained in:
parent
184ec43472
commit
82b924c171
|
@ -54,6 +54,7 @@ func (*myos) Home() (string, error) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// cross compile support
|
// cross compile support
|
||||||
|
|
||||||
if OS.IsWindows() {
|
if OS.IsWindows() {
|
||||||
return homeWindows()
|
return homeWindows()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue