From 5c8754d8ba618286ebbd47b8b8109928c7e73275 Mon Sep 17 00:00:00 2001 From: nhatthm Date: Mon, 29 Aug 2022 10:40:59 +0200 Subject: [PATCH] Mark module as deprecated --- README.md | 2 ++ doc.go | 2 ++ go.mod | 1 + 3 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 4962b63..af5d16d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +> ⚠️ This package is deprecated, please use [go.nhat.io/consolesteps](https://github.com/nhatthm/consolesteps) instead. + # Terminal Emulator for cucumber/godog [![GitHub Releases](https://img.shields.io/github/v/release/nhatthm/consoledog)](https://github.com/nhatthm/consoledog/releases/latest) diff --git a/doc.go b/doc.go index 3196938..e8dad5f 100644 --- a/doc.go +++ b/doc.go @@ -1,2 +1,4 @@ // Package consoledog provides a terminal emulator for testing with cucumber/godog +// +// Deprecated: Use go.nhat.io/consolesteps instead. package consoledog diff --git a/go.mod b/go.mod index 67f19ee..44b31ce 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,4 @@ +// Deprecated: Use go.nhat.io/consolesteps instead. module github.com/nhatthm/consoledog go 1.17