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
Starting from Go 1.23, direct access to
`encoding/gob.nameToConcreteType` is no longer possible
due to the removal of internal symbol linking.
While this change improves encapsulation, it also
removes the ability to retrieve a list of all registered types
in the gob package.
Relates: #67401Closes: #71602
0 commit comments