unknwon / com

This is an open source project for commonly used functions for the Go programming language.
Apache License 2.0
755 stars 133 forks source link

Try to get HomDir even $HOME is not available #10

Closed xjj59307 closed 7 years ago

xjj59307 commented 7 years ago

Sometimes we would clean up all environment variables.

unknwon commented 7 years ago

Thanks your PR!

But user.Current() uses CGO AFAIK, so this library will fail on cross compile.