package generator type Field struct { X int Y int } func Generate() { fmt. }