Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use go-homedir for distributing compiled binaries #32

Merged
merged 1 commit into from
Aug 23, 2014
Merged

Conversation

motemen
Copy link
Member

@motemen motemen commented Aug 20, 2014

binaries using os/user seems not portable, fixes #30

binaries using os/user seems not portable, fixes #30
@syohex
Copy link
Contributor

syohex commented Aug 20, 2014

I confirmed that MacOSX cross-compiled binary which is built on Linux 64bit works well
on MacOSX.
(この変更を加えたソースコードを Linux 64bit環境で Mac用にクロスコンパイルし,
それを Macで #30 のように実行したとき問題が起きないことを確認しました.)

@motemen
Copy link
Member Author

motemen commented Aug 23, 2014

Okay, thanks!

motemen added a commit that referenced this pull request Aug 23, 2014
use go-homedir for distributing compiled binaries
@motemen motemen merged commit 7ed4e52 into master Aug 23, 2014
@motemen motemen deleted the uncgo-homedir branch August 23, 2014 01:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

compiled binary does not work well
2 participants