oauth2/google: fixed comment formatting and clarified naming

This commit is contained in:
Patrick Jones
2020-10-27 11:58:39 -07:00
parent f46c65f948
commit 6513477b5b
3 changed files with 3 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ package externalaccount
import "fmt"
//Error for handling OAuth related error responses as stated in rfc6749#5.2.
// Error for handling OAuth related error responses as stated in rfc6749#5.2.
type Error struct {
Code string
URI string