12 lines
105 B
Go
12 lines
105 B
Go
package help
|
|
|
|
type Info struct {
|
|
Name string
|
|
Age int
|
|
Inner
|
|
}
|
|
|
|
type Inner struct {
|
|
Test string
|
|
}
|