mirror of
https://github.com/cubixle/ebay.git
synced 2026-04-30 16:08:44 +01:00
Update README.md
This commit is contained in:
committed by
GitHub
parent
65570e9b25
commit
a26f4f6a15
@@ -69,7 +69,7 @@ func main() {
|
|||||||
var authCode string /* Retrieve the authorization code. */
|
var authCode string /* Retrieve the authorization code. */
|
||||||
|
|
||||||
ctx := context.Background()
|
ctx := context.Background()
|
||||||
tok, err := oauthConf.Exchange(ctx, authCode)
|
tok, err := cfg.Exchange(ctx, authCode)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user