asynkron / protoactor-go

Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
http://proto.actor
Apache License 2.0
5.08k stars 522 forks source link

Cannot build! #91

Closed linkerlin closed 7 years ago

linkerlin commented 7 years ago

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

linkerlin commented 7 years ago

I have go get all packages. go version 1.7.5

linkerlin commented 7 years ago

I find out the only way to build it is : put code to GOPATH/src/github.com/AsynkronIT/protoactor-go