Skip to content

marchant/RabbitMQGoDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RabbitMQGoDemo

To run this example, you need a correctly configured go environment. For example, put this in your .profile or .bashrc:

export GOPATH=$GOPATH:~/myGoWorkspace
export PATH=$PATH:~/myGoWorkspace/bin

You'll also need to get the following dependencies dependencies (requires git and mercurial):

go get github.com/streadway/amqp
go get code.google.com/p/goprotobuf/proto

Now get this example and build it:

go get github.com/Sophiacom/RabbitMQGoDemo
go install github.com/Sophiacom/RabbitMQGoDemo

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages