-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Code Example for Issue 205 #206
Conversation
@@ -11,14 +11,18 @@ import ( | |||
"log" | |||
mrand "math/rand" | |||
|
|||
"github.com/golang/glog" |
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.
we use native go logger in this example, no need for custom one
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.
(this was PR is just a demonstration of a bug)
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.
Oh, sorry. Today I felt like whole day like I was on autopilot so I saw a PR and reviewed it.
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.
That's a good autopilot habit to have 😄.
This probably doesn't need to stay open. |
update quic-go to v0.21.0-rc2
Reference code for #205
Here is the binary for echo, built on my mac.
echo.zip