make
go build ./...
package ./mailbox
imports github.com/AsynkronIT/protoactor-go/internal/queue/goring: use of internal package not allowed
package ./mailbox
imports github.com/AsynkronIT/protoactor-go/internal/queue/mpsc: use of internal package not allowed
package ./remote
imports github.com/AsynkronIT/protoactor-go/internal/queue/goring: use of internal package not allowed
package ./remote
imports github.com/AsynkronIT/protoactor-go/internal/queue/lfqueue: use of internal package not allowed
make: *** [build] Error 1
make go build ./... package ./mailbox imports github.com/AsynkronIT/protoactor-go/internal/queue/goring: use of internal package not allowed package ./mailbox imports github.com/AsynkronIT/protoactor-go/internal/queue/mpsc: use of internal package not allowed package ./remote imports github.com/AsynkronIT/protoactor-go/internal/queue/goring: use of internal package not allowed package ./remote imports github.com/AsynkronIT/protoactor-go/internal/queue/lfqueue: use of internal package not allowed make: *** [build] Error 1