We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d976ff3 commit 3068f1cCopy full SHA for 3068f1c
README.md
@@ -273,9 +273,6 @@ v2.0.0 introduces breaking changes with Go generics support. Here's how to migra
273
```go
274
// Using App ID
275
tokenSource1, err := githubauth.NewApplicationTokenSource(12345, privateKey)
276
-
277
-// Using Client ID
278
-tokenSource2, err := githubauth.NewApplicationTokenSourceWithClientID("Iv1.abc123", privateKey)
279
```
280
281
#### After (v2.0.0)
0 commit comments