kidoman / embd

Embedded Programming Framework in Go
http://embd.kidoman.io
MIT License
1.28k stars 156 forks source link

Import cycle not allowed when getting from rasppi #23

Closed brianmay27 closed 9 years ago

brianmay27 commented 9 years ago

I tried to follow the readme on a rasp pi running go go version devel +9ef10fde754f Thu Dec 11 16:32:25 2014 +1100 linux/arm and get the following error import cycle not allowed package github.com/kidoman/embd imports errors imports runtime imports unsafe imports runtime import cycle not allowed package github.com/kidoman/embd imports github.com/golang/glog imports os/user imports runtime/cgo imports runtime/cgo

brianmay27 commented 9 years ago

My go install was bad. Ignore.