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
The duplicate is a proposal. This issue is referring to the current release notes. Seems these need be corrected if the new package is still in proposal phase?
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
https://go.dev/doc/go1.20 mentions https://pkg.go.dev/crypto/x509#SetFallbackRoots and links https://go.dev/pkg/golang.org/x/crypto/x509roots/fallback. The link is dead afaikt and looking at https://pkg.go.dev/crypto I cannot find any reference to
x509roots
.What did you expect to see?
Documentation for the https://go.dev/pkg/golang.org/x/crypto/x509roots/fallback package
What did you see instead?
No docs.
The text was updated successfully, but these errors were encountered: