Fix goes package path
This commit is contained in:
		@@ -4,7 +4,7 @@ import (
 | 
			
		||||
	"fmt"
 | 
			
		||||
	"github.com/pebbe/zmq4"
 | 
			
		||||
	"github.com/satori/go.uuid"
 | 
			
		||||
	"bitbucket.org/nicdex/adaptech-goes"
 | 
			
		||||
	"github.com/adymitruk/goes"
 | 
			
		||||
	"bytes"
 | 
			
		||||
	"errors"
 | 
			
		||||
	"flag"
 | 
			
		||||
@@ -151,4 +151,4 @@ func sendEvents(socket *zmq4.Socket, events []*goes.Event) {
 | 
			
		||||
	}
 | 
			
		||||
	socket.SendBytes(events[i].Payload.([]byte), 0)
 | 
			
		||||
	fmt.Println("<-", len, "events")
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user