Skip to content

Commit 273ba7e

Browse files
committed
Add GitHub star badge and call to action to README
Added a section encouraging users to star the repository on GitHub, including a badge and supporting text to help promote the project.
1 parent 8b09c84 commit 273ba7e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@
99

1010
**v1.3.0** introduces Go generics support for unified authentication with both numeric App IDs and alphanumeric Client IDs in a single, type-safe API.
1111

12+
---
13+
14+
**Found this package useful?** Give it a star on GitHub! Your support helps others discover this project and motivates continued development.
15+
16+
[![Star this repo](https://img.shields.io/github/stars/jferrl/go-githubauth?style=social)](https://github.com/jferrl/go-githubauth/stargazers)
17+
18+
---
19+
1220
## Features
1321

1422
`go-githubauth` package provides implementations of the `TokenSource` interface from the `golang.org/x/oauth2` package. This interface has a single method, Token, which returns an *oauth2.Token.

0 commit comments

Comments
 (0)