| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[release-branch.go1.26] net/http: restore accidentally removed package doc
Remove a blank line which accidentally crept in between
the package doc comment and the package line.
For #77948
Fixes #77950
diff --git a/src/net/http/doc.go b/src/net/http/doc.go
index 24e0735..e50cf5f 100644
--- a/src/net/http/doc.go
+++ b/src/net/http/doc.go
@@ -105,5 +105,4 @@
The "omithttp2" build tag may be used to disable the HTTP/2 implementation
contained in the http package.
*/
-
package http
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
net/http: restore accidentally removed package doc
Remove a blank line which accidentally crept in between
the package doc comment and the package line.
Fixes #77948
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[release-branch.go1.26] net/http: restore accidentally removed package doc
Remove a blank line which accidentally crept in between
the package doc comment and the package line.
For #77948
Fixes #77950
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |