oauth2
oauth2 copied to clipboard
Update ReuseTokenSourceWithExpiry doc comment with correct func name
This line should begin with ReuseTokenSourceWithExpiry
- What version of Go are you using (go version)? 1.21.3
- What operating system and processor architecture are you using? darwin/arm64
- What did you do? read doc comment for
ReuseTokenSourceWithExpiry - What did you expect to see? expected to see the doc comment begin with "ReuseTokenSourceWithExpiry"
- What did you see instead? I saw "ReuseTokenSource"