Requested changes.

This commit is contained in:
Patrick Jones
2020-10-19 01:40:53 -07:00
parent cdebe8a098
commit ae11242ea6
4 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ package externalaccount
import "fmt"
//Struct 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