x/mobile: type aliases no longer export #71827
Labels
BugReport
Issues describing a possible bug in the Go implementation.
mobile
Android, iOS, and x/mobile
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Go version
go version go1.24.0 darwin/arm64
Output of
go env
in your module/workspace:What did you do?
A simple non-generic type alias used to export correctly with
gomobile bind
. Now the type alias is not exported.Anywhere the type alias is used will also not be exported, with a "skipped" message similar to below
What did you see happen?
Latest 1.24 release
What did you expect to see?
Type aliases would export as they have in the past.
The text was updated successfully, but these errors were encountered: