mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
Add nested anonymous struct test
This commit is contained in:
@@ -12,7 +12,10 @@ type Person struct {
|
||||
Name string
|
||||
Parent *Person
|
||||
Details struct {
|
||||
Age int
|
||||
Age int
|
||||
Address struct {
|
||||
Street string
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user