Skip to content

Commit 16a9973

Browse files
ianlancetaylorgopherbot
authored andcommitted
jwt: rename example to avoid vet error
After CL 603476 we were getting jwt/example_test.go:13:1: ExampleJWTConfig refers to unknown identifier: JWTConfig Change-Id: I51bcd06a50a852150eb6e42743431207ee00300f Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/606878 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Cherry Mui <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> Reviewed-by: Alan Donovan <[email protected]>
1 parent b52af7d commit 16a9973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jwt/example_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"golang.org/x/oauth2/jwt"
1111
)
1212

13-
func ExampleJWTConfig() {
13+
func ExampleConfig() {
1414
ctx := context.Background()
1515
conf := &jwt.Config{
1616

0 commit comments

Comments
 (0)