Update README.md

This commit is contained in:
Samuel Lorch 2021-08-31 13:45:48 +02:00 committed by GitHub
parent ac4788b357
commit d5f399bd9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,7 @@ func main() {
panic(err) panic(err)
} }
ctx := context.TODO() ctx := context.TODO()
err = client.Login(ctx) err = client.Login(ctx)
if err != nil { if err != nil {