corvus-ch / rabbitmq-cli-consumer

Consume RabbitMQ messages into any cli program
MIT License
236 stars 36 forks source link

$GOPATH not set. For more details see: go help gopath #23

Closed grekpg closed 6 years ago

grekpg commented 6 years ago

i get error in ubuntu

 go get github.com/corvus-ch/rabbitmq-cli-consumer
package github.com/corvus-ch/rabbitmq-cli-consumer: cannot download, $GOPATH not set. For more details see: go help gopath

please update install inctruction i dont know go. thanks

corvus-ch commented 6 years ago

The documentation of this project assume one knows how to setup a local Golang workspace according to the official documentation.

For further help please seek out for introduction tutorials about Golang and or try one of the many friendly places in the internet dedicated to help beginners.

grekpg commented 6 years ago

Thanks for reply, did You provide binaries like https://github.com/ricbra/rabbitmq-cli-consumer/releases ? i install golang for unbuntu 16.04 from repo but still have

go get github.com/corvus-ch/rabbitmq-cli-consumer
# github.com/streadway/amqp
/home/grek/go/src/github.com/streadway/amqp/uri.go:75: u.Hostname undefined (type *url.URL has no field or method Hostname)
/home/grek/go/src/github.com/streadway/amqp/uri.go:76: u.Port undefined (type *url.URL has no field or method Port)
/home/grek/go/src/github.com/streadway/amqp/uri.go:161: authority.RawPath undefined (type *url.URL has no field or method RawPath)
corvus-ch commented 6 years ago

As stated in the README, there are binary releases to be found at the usual place for a project on Github.

Please notice that CONTRIBUTING.md states that this issue queue is for bug reports and feature requests only.