package demo type People struct { Name string Age uint } type UserInfo struct { Address string Hobby
Go retains no master list of structs, interfaces, or variables at the package level, so what you ask is unfortunately impossible.