-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
go get failing due to missing platform libs in dev branch #319
Comments
Hi @conoro both the What I thought was happening was Golang would simply always get the Ouch, my bad. So much for our careful release planning. I think the best thing to do for now, is switch the default branch back to master. Hopefully that will give a chance to complete the refactoring work taking place right now, for which the docs are not yet complete. |
@deadprogram Thanks! I also found a quick workaround which was just to use govendor like so:
I was then able to build and run the sample app |
Did you obtain the code for that sample from the web site? I ask because the code in the repo itself has been modified for compatibility with the latest changes. |
Yeah I just used the code from the bottom of this page: https://gobot.io/documentation/platforms/chip/ |
I cut a release yesterday (0.13.0) with the code up the point I merged the new refactored branch on Monday, and then switched back the master branch to be the default branch. This way, anyone who was tracking the default up to that point has a master branch to match. I will close this issue now, thanks for pointing it out @conoro |
I'm trying to install Gobot on a C.H.I.P and I'm failing on the first hurdle.
gives
i2c and gpio seem to be missing on the default dev branch in GitHub but they are on master. Is there some trick to getting master other than checking everything out manually? Thanks.
The text was updated successfully, but these errors were encountered: