travisjeffery / jocko

Kafka implemented in Golang with built-in coordination (No ZK dep, single binary install, Cloud Native)
https://twitter.com/travisjeffery
MIT License
4.94k stars 363 forks source link

Warning on clone #146

Closed phreed closed 6 years ago

phreed commented 6 years ago

https://github.com/travisjeffery/jocko/blob/master/README.md Indicates that ... $ go get github.com/travisjeffery/jocko ... should be used to clone the jacko source. It does that but with a warning that...

"can't load package: package github.com/travisjeffery/jocko: no Go files in /home/fred/gopath/src/github.com/travisjeffery/jocko"

It does not seem to cause any subsequent difficulties.

travisjeffery commented 6 years ago

yeah it's fine, that's just the go cli complaining.