events

Paddy 2015-12-14 Parent:2d030022b4b5

5:df95f058a7b5 tip Browse Files

Update to new nsqio repo. The go-nsq client is now located under a nsqio org on Github, so we need to update the import path.

nsq.go

     1.1 --- a/nsq.go	Wed Jul 15 00:22:57 2015 -0400
     1.2 +++ b/nsq.go	Mon Dec 14 04:02:50 2015 -0800
     1.3 @@ -5,7 +5,7 @@
     1.4  	"errors"
     1.5  	"fmt"
     1.6  
     1.7 -	"github.com/bitly/go-nsq"
     1.8 +	"github.com/nsqio/go-nsq"
     1.9  )
    1.10  
    1.11  var (