Skip to content

Commit

Permalink
Add module deprecation method.
Browse files Browse the repository at this point in the history
Following the instructions here https://go.dev/ref/mod#go-mod-file-module-deprecation
this will deprecate this module and point people to the supported version.

This will show up in linters and with `go mod` command as well as in the
pkg.go.dev website.
  • Loading branch information
nemith committed Apr 21, 2023
1 parent 2aa2853 commit 5427d86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Deprecated: Consider using the github.com/rabbitmq/amqp091-go package instead.
module github.com/streadway/amqp

go 1.10

0 comments on commit 5427d86

Please sign in to comment.