I believe entimport does not currently match the field.UUID API which accepts a second argument.
I just got a field generated as:
field.UUID("fooer_id").Optional(uuid.UUID{})
where I believe the appropriate syntax is
field.UUID("fooer_id", uuid.UUID{}).Optional()