oauth2 icon indicating copy to clipboard operation
oauth2 copied to clipboard

Update ReuseTokenSourceWithExpiry doc comment with correct func name

Open syz99 opened this issue 2 years ago • 0 comments

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"

syz99 avatar Apr 04 '24 17:04 syz99