nanomsg/mangos-v1

Wrong go get reference

delioda79 opened this issue · 2 comments

The readme currently states:
go get -u github.com/nanomsg/go-mangos

this is now wrong as teh repository is nanomsg/mangos

actually, this should probably be:

$> go get nanomsg.org/go-mangos

Oh yes, I was getting mad also as I had put github.com/nanomsg/mangos inside my import.....thought that was the right one