From 6ac91e460c294bda5a50e628b7556bf20525fa44 Mon Sep 17 00:00:00 2001
From: Toshihiro Shiino tags.
Remove unnecessary
tag.
For #40700
Change-Id: I03d3ce1c89a9ae3d3195dcd2bb8b1a61f011e1ed
Reviewed-on: https://go-review.googlesource.com/c/go/+/288275
Reviewed-by: Dmitri Shuralyov retract
directives may now be used in a go.mod
file
to indicate that certain published versions of the module should not be used
by other modules. A module author may retract a version after a severe problem
- is discovered or if the version was published unintentionally.
+ is discovered or if the version was published unintentionally.
@@ -899,7 +899,7 @@ func TestFoo(t *testing.T) {
- The Client now sends
+ The Client
now sends
an explicit Content-Length:
0
header in PATCH
requests with empty bodies,
matching the existing behavior of POST
and PUT
.
@@ -946,7 +946,7 @@ func TestFoo(t *testing.T) {