You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error provides a standardized way to indicate that a requested
433
+
operation may not be performed because it is unsupported.
434
+
For example, a call to
435
+
<ahref="/pkg/os/#Link"><code>os.Link</code></a> when using a
436
+
file system that does not support hard links.
435
437
</p>
436
438
</dd>
437
439
</dl><!-- errors -->
@@ -646,7 +648,11 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
646
648
</p>
647
649
648
650
<p><!-- CL 494122 -->
649
-
TODO: <ahref="https://go.dev/cl/494122">https://go.dev/cl/494122</a>: net/http: let ErrNotSupported match errors.ErrUnsupported; modified api/next/41198.txt
651
+
The <ahref="/pkg/net/http/">net/http</a> package now supports
0 commit comments