-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix GoLang errors in readme #35
Fix GoLang errors in readme #35
Conversation
Signed-off-by: Brad McCoy <bradmccoydev@gmail.com>
Signed-off-by: Brad McCoy <bradmccoydev@gmail.com>
README.md
Outdated
if err != nil { | ||
log.Fatalf("failed to create client, %v", err) | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indentation seems off here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this! A couple of small comments
Signed-off-by: Brad McCoy <bradmccoydev@gmail.com>
Signed-off-by: Brad McCoy <bradmccoydev@gmail.com>
Signed-off-by: Brad McCoy <bradmccoydev@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Fix GoLang errors in README.md for sending cloudevent.
Closes issue: #34