mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 18:47:47 +00:00
7 lines
90 B
Go
7 lines
90 B
Go
package reflect
|
|
|
|
type OtherPkgFields struct {
|
|
OtherExported int
|
|
otherUnexported int
|
|
}
|