-
Notifications
You must be signed in to change notification settings - Fork 84
docs: update Golang Hello World tutorial #271
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
docs: update Golang Hello World tutorial #271
Conversation
| } | ||
| // add to the function startWorker before calling worker.Start() | ||
|
|
||
| // if err != nil { |
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.
mind removing?
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.
@davidporter-id-au I added those lines intentionally. Btw, I have removed.
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.
@davidporter-id-au Are there any concerns from you about this PR?
b192810 to
932a44c
Compare
|
@shijiesheng Would you mind merging this PR? I do not have the permissions to do that. |
davidporter-id-au
left a comment
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.
no concerns, sorry if I misinterpreted the if/err != nil thing earlier, it looked at a glance like accidentally commented code
|
@davidporter-id-au Could you please merge the PR? I do not have the permissions to do that. |
What changed?
Why?
Update Golang Hello World tutorial.
How did you test it?
local tests