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
1.13 for developing
1.12 for building and shipping
What did you do?
In my code I accessed "net".DNSError.IsNotFound.
The documentation of that fields says nothing version-specific, therefore I assumed that this flag had always been there.
It has been added in #28635 and is only available since 1.13.
Therefore the documentation should include the usual "; added in Go 1.13".
The text was updated successfully, but these errors were encountered:
rillig
changed the title
Document that DNSError.IsNotFound has been added in 1.13
net: Document that DNSError.IsNotFound has been added in 1.13
Jan 25, 2020
What version of Go are you using?
1.13 for developing
1.12 for building and shipping
What did you do?
In my code I accessed
"net".DNSError.IsNotFound
.The documentation of that fields says nothing version-specific, therefore I assumed that this flag had always been there.
It has been added in #28635 and is only available since 1.13.
Therefore the documentation should include the usual "; added in Go 1.13".
The text was updated successfully, but these errors were encountered: