Declare Go Struct
type StructureName struct {
// structure definition
}
SAMER SAEID
type StructureName struct {
// structure definition
}