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
internal/godoc: fix incompatibility with Go 1.25 go/doc package
In Go 1.25, the go/doc package will not call the ast.NewPackage function
on the asts, which has the side effect of populating the objects.
Instead, call it ourselves for the side effect. This will fix the build
breakage.
Change-Id: I657fb92619b1db724a80bb1c8f0df998c2fce2e0
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/677596
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Jonathan Amsterdam <[email protected]>
kokoro-CI: kokoro <[email protected]>
Reviewed-by: Michael Matloob <[email protected]>
0 commit comments