Skip to content

Commit

Permalink
Merge pull request #3 from socialdog-inc/undeprecate
Browse files Browse the repository at this point in the history
deprecatedを削除
  • Loading branch information
jez321 authored Feb 2, 2024
2 parents 465e668 + a925875 commit 04419d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

<img align="right" src="https://storage.googleapis.com/dghubble/gopher-on-bird.png">
# 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.

Expand Down
2 changes: 0 additions & 2 deletions twitter/doc.go
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 04419d0

Please sign in to comment.