Making OS X, Go, and Brew play happy

Nov 13, 2014 00:28

GO and OS X

I’m doing a little hacking with juju actions before they land in a stable release but I ran into some hurdles getting Go working with the brew-installed version. Trying to install Go packages failed with a bunch of ‘unrecognized import path’ errors. Here’s how I fixed it.
STOP, GO, STOP

Even though you can install Go via brew, there’s ( Read more... )

juju, os x, homebrew, go

Leave a comment

Comments 3

kaolinfire November 13 2014, 05:37:59 UTC
how are you liking go? one of Amy's colleagues wrote some glue code for her in go, so I had to get that working, but I haven't really looked at it past that....

juju looks...interesting. I think Amazon just announced something similar for ec2? http://aws.amazon.com/codedeploy/ (and maybe http://aws.amazon.com/config/ ? ... brain not holding things much, so this is as much a question of "is this what juju is?" as anything... )

Reply

stonetable November 13 2014, 05:41:40 UTC
I haven't done too much with Go yet, but I plan to hack around with it a bit. Our core product (juju) is written in Go, and there's some bits of functionality I'd like to see working, so that's enough of a reason to give it a spin.

Juju's a 'cloud orchestration' kit, usable against just about any cloud provider. From my local laptop, I can spin up and monitor a cluster of web servers. Takes me two minutes, and it does all the hard work of provisioning the right instances, bootstrapping the machines and installing the services I want.

Reply

kaolinfire November 13 2014, 05:57:44 UTC
very nifty :)

hmm.

starting to appreciate the cloud a little (although not the $ involved). but the scale problems being solved...and the right sorts of redundancies...yes.

Reply


Leave a comment

Up