From ce9c012b1357e6cdc2df8b2a0b5bf99ec55178c5 Mon Sep 17 00:00:00 2001 From: Chunyi Lyu Date: Wed, 31 Aug 2022 16:51:52 +0100 Subject: [PATCH] Remove warning on RabbitMQ tutorials in go - the tutorial has been updated to use rabbitmq/amqp091-go https://github.com/rabbitmq/rabbitmq-tutorials/commit/52ca462906a6cd10e387e39074cee468f6bd2b47 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 149c2e3..d0512b1 100644 --- a/README.md +++ b/README.md @@ -92,8 +92,7 @@ please file an issue. ## Documentation * [Godoc API reference](http://godoc.org/github.com/rabbitmq/amqp091-go) - * [RabbitMQ tutorials in Go](https://github.com/rabbitmq/rabbitmq-tutorials/tree/master/go) currently use a different client. - They will be switched to use this client eventually + * [RabbitMQ tutorials in Go](https://github.com/rabbitmq/rabbitmq-tutorials/tree/master/go) ## Contributing