随笔分类 -  树莓派

摘要:```golang package main import ( "gobot.io/x/gobot" "gobot.io/x/gobot/drivers/gpio" "gobot.io/x/gobot/platforms/firmata" "gobot.io/x/gobot/platforms/leap" ) // Video: ... 阅读全文
posted @ 2018-01-12 11:05 nickchou 阅读(618) 评论(0) 推荐(0)
摘要:直接安装go1.6以上版本会出现提示 Set $GOROOT_BOOTSTRAP to a working Go tree = Go 1.4. Go1.9的构建过程需要用于引导的 Go1.4二进制文件(简而言之,它需要去构建Go) 首先从源头构建Go1.4 然后用Go1.4二进制文件从源代码构建Go 阅读全文
posted @ 2018-01-12 11:04 nickchou 阅读(320) 评论(0) 推荐(0)