Skip to content

Commit 3068f1c

Browse files
committed
chore: remove outdated example from migration guide
Deleted the example using NewApplicationTokenSourceWithClientID from the README migration section, as it is no longer relevant for v2.0.0.
1 parent d976ff3 commit 3068f1c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -273,9 +273,6 @@ v2.0.0 introduces breaking changes with Go generics support. Here's how to migra
273273
```go
274274
// Using App ID
275275
tokenSource1, err := githubauth.NewApplicationTokenSource(12345, privateKey)
276-
277-
// Using Client ID
278-
tokenSource2, err := githubauth.NewApplicationTokenSourceWithClientID("Iv1.abc123", privateKey)
279276
```
280277

281278
#### After (v2.0.0)

0 commit comments

Comments
 (0)