Skip to content

nothingelsematters7/golang_proto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

golang_proto

Golang prototype for working with RabbitMQ, Redis etc.

For now there are examples for working with:

  • RabbitMQ
  • Redis
  • TOML config files

Dependencies:

  • github.com/BurntSushi/toml
  • github.com/streadway/amqp
  • gopkg.in/redis.v3

To install dependencies use:

go get github.com/BurntSushi/toml
go get github.com/streadway/amqp
go get gopkg.in/redis.v3

About

Golang prototype for working with RabbitMQ, Redis etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages