TheWeatherCompany / softlayer-go

A SoftLayer client API written in Golang
Apache License 2.0
5 stars 3 forks source link

Take updates from upstream hashicorp #31

Closed danielcbright closed 8 years ago

renier commented 8 years ago

I'm going to merge this, but in the future I think we can just do a direct git-merge to keep this branch up-to-date with maximilien.

You just have to add a remote like this:

git remote add upstream git@github.com:maximilien/softlayer-go.git
git fetch upstream
git checkout master
git merge upstream/master
git push