Joined November 2013
·
Achievements
40 Karma
0 Total ProTip Views

Forked
Have a project valued enough to be forked by someone else

Mongoose 3
Have at least three original repos where Ruby is the dominant language

Charity
Fork and commit to someone's open source project in need

Mongoose
Have at least one original repo where Ruby is the dominant language
I had a lot of trouble getting Docker to build from Go built in homebrew. It solved it with the information in this issue:
https://github.com/dotcloud/docker/issues/2665
Essentially, when installing Go from homebrew, you need to use the following options:
brew install go --devel --cross-compile-common --with-cgo