package main type ( TestOne struct { Asdf string ID int } TestTwo struct { Fesa int A bool } TestThree struct { Asufj int Fs string } )