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 root cause was a bug in how godoc parses api files, described in #44081. That bug was was fixed in CL 289089. To fix golang.org, we just need to update its x/tools dependency version.
The text was updated successfully, but these errors were encountered:
As reported by @benhoyt in a golang-dev thread, the "os" package documentation shows too many things as new to Go 1.16. For example, https://tip.golang.org/pkg/os/#File.Readdir is listed as new in 1.16, when it's not. This will show up on https://golang.org (without "tip.") after Go 1.16 is released.
The root cause was a bug in how
godoc
parses api files, described in #44081. That bug was was fixed in CL 289089. To fix golang.org, we just need to update its x/tools dependency version.The text was updated successfully, but these errors were encountered: