From a925875c64d359f6f5329c0b4b18c5fcf317b12b Mon Sep 17 00:00:00 2001 From: jez321 Date: Fri, 2 Feb 2024 16:56:46 +0900 Subject: [PATCH] =?UTF-8?q?deprecated=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +----- twitter/doc.go | 2 -- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index ec6b49a..8b5c316 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,4 @@ -# go-twitter [![GoDoc](https://pkg.go.dev/badge/github.com/socialdog-inc/go-twitter.svg)](https://pkg.go.dev/github.com/socialdog-inc/go-twitter) [![Workflow](https://github.com/socialdog-inc/go-twitter/actions/workflows/test.yaml/badge.svg)](https://github.com/socialdog-inc/go-twitter/actions/workflows/test.yaml?query=branch%3Amain) [![Sponsors](https://img.shields.io/github/sponsors/dghubble?logo=github)](https://github.com/sponsors/dghubble) [![Twitter](https://img.shields.io/badge/twitter-follow-1da1f2?logo=twitter)](https://twitter.com/dghubble) - -**DEPRECATED** As of Nov 2022, the go-twitter API library is no longer being developed. If you fork this repo, please remove the logo since it is not covered by the license. - - +# go-twitter go-twitter is a Go client library for the [Twitter API](https://dev.twitter.com/rest/public). Check the [usage](#usage) section or try the [examples](/examples) to see how to access the Twitter API. diff --git a/twitter/doc.go b/twitter/doc.go index cc7c937..2086ab1 100644 --- a/twitter/doc.go +++ b/twitter/doc.go @@ -1,8 +1,6 @@ /* Package twitter provides a Client for the Twitter API. -Deprecated: This package will no longer be developed. - The twitter package provides a Client for accessing the Twitter API. Here are some example requests.