Wrong go get reference
delioda79 opened this issue · 2 comments
delioda79 commented
The readme currently states:
go get -u github.com/nanomsg/go-mangos
this is now wrong as teh repository is nanomsg/mangos
sbinet commented
actually, this should probably be:
$> go get nanomsg.org/go-mangos
delioda79 commented
Oh yes, I was getting mad also as I had put github.com/nanomsg/mangos inside my import.....thought that was the right one