1
0
mirror of https://github.com/ebosas/microservices.git synced 2025-07-12 22:41:13 +02:00

Add a cache service

This commit is contained in:
ebosas
2021-10-06 15:28:46 +03:00
parent 6f1917535f
commit 9383cef0d7

1
cmd/cache/cache.go vendored
View File

@ -24,7 +24,6 @@ func main() {
Password: "", // no password set
DB: 0, // use default DB
})
// defer connR.Close()
// RabbitMQ connection
connMQ, err := rabbit.GetConn(conf.RabbitURL)