app.go
5.27 KB
-
Replace `user.Current()` with `os.Getenv("HOME")` · ee45d8e1
`os/user.Current()` is not available on Darwin when a binary is cross compiled from another platform. See also: https://github.com/golang/go/issues/6376
Iwasaki Yudai committed