-
Notifications
You must be signed in to change notification settings - Fork 718
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
readme update, version bump, mod update #344
Conversation
Codecov Report
@@ Coverage Diff @@
## master #344 +/- ##
=======================================
Coverage 96.17% 96.17%
=======================================
Files 10 10
Lines 1228 1228
=======================================
Hits 1181 1181
Misses 26 26
Partials 21 21
Continue to review full report at Codecov.
|
README.md
Outdated
@@ -131,6 +131,7 @@ fmt.Println("Response Info:") | |||
fmt.Println("Error :", err) | |||
fmt.Println("Status Code:", resp.StatusCode()) | |||
fmt.Println("Status :", resp.Status()) | |||
fmt.Println("Proro :", resp.Proto()) |
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.
s/Proro/Proto/
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.
Corrected.
b2d86cd
to
8644b1e
Compare
README.md
Outdated
@@ -154,27 +156,29 @@ Response Info: | |||
Error : <nil> | |||
Status Code: 200 | |||
Status : 200 OK | |||
Time : 465.301137ms | |||
Received At: 2019-06-16 01:52:33.772456 -0800 PST m=+0.466672260 | |||
Proro : HTTP/2.0 |
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.
s/Proro/Proto/g
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.
Again. I missed one more spot 🤦
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.
Corrected.
For release v2.3.0