Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Commit f1155a3

Browse files
Deprecation notice in both go.mod and in the readme.md (#265)
1 parent d0f6cc3 commit f1155a3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
**Please note, a newer package is available: [azservicebus](https://github.com/Azure/azure-sdk-for-go/blob/main/sdk/messaging/azservicebus/README.md) as of [2021-11-12].**
2+
**We strongly encourage you to upgrade. See the [Migration Guide](https://github.com/Azure/azure-sdk-for-go/blob/main/sdk/messaging/azservicebus/migrationguide.md/) for more details.**
3+
14
# Microsoft Azure Service Bus Client for Golang
25
[![Go Report Card](https://goreportcard.com/badge/github.com/Azure/azure-service-bus-go)](https://goreportcard.com/report/github.com/Azure/azure-service-bus-go)
36
[![godoc](https://godoc.org/github.com/Azure/azure-service-bus-go?status.svg)](https://godoc.org/github.com/Azure/azure-service-bus-go)

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Deprecated: The latest supported version of this library is at github.com/Azure/azure-sdk-for-go/sdk/messaging/azservicebus
12
module github.com/Azure/azure-service-bus-go
23

34
go 1.12

0 commit comments

Comments
 (0)