Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cc392e commit 9b156e3Copy full SHA for 9b156e3
_content/doc/go1.25.md
@@ -519,7 +519,7 @@ However, name servers in practice do sometimes return IP addresses.
519
On Windows, [`ListenMulticastUDP`](/pkg/net#ListenMulticastUDP) now supports IPv6 addresses.
520
521
On Windows, it is now possible to convert between an [`os.File`](/pkg/os#File)
522
-and a network connection. Specifcally, the [`FileConn`](/pkg/net#FileConn),
+and a network connection. Specifically, the [`FileConn`](/pkg/net#FileConn),
523
[`FilePacketConn`](/pkg/net#FilePacketConn), and
524
[`FileListener`](/pkg/net#FileListener) functions are now implemented, and
525
return a network connection or listener corresponding to an open file.
0 commit comments