mirror of
https://github.com/golang/oauth2.git
synced 2025-07-21 00:00:09 +08:00
go vet reports the following warnings: google/jwt_test.go:85: missing argument for Fatalf("%q"): format reads arg 2, have only 1 args google/sdk_test.go:28: wrong number of args for format in Errorf call: 1 needed but 2 args Change-Id: If5acfae42b558ced7694dd7bc6f12ab4a3cb6115 Reviewed-on: https://go-review.googlesource.com/24992 Reviewed-by: Jaana Burcu Dogan <jbd@google.com>