when i type in go get -u github.com/riking/joycon/prog4/jcdriver it says package context: unrecognized import path "context" (import path does not begin with hostname)
joshuaorgeron opened this issue · 2 comments
joshuaorgeron commented
when i type in go get -u github.com/riking/joycon/prog4/jcdriver it says package context: unrecognized import path "context" (import path does not begin with hostname)
riking commented
Update to a newer version of the Go toolchain, current is 1.11. go version
theBreadCompany commented
I've got the same problem. When I type go version
, I get go version go1.6.2 linux/arm
. I am trying to get my joycon working on a Raspberry Pi 2 B.