package help type Info struct { Name string Age int Inner } type Inner struct { Test string }