package human import "time" type Human struct { ID string Email string EmailPrefix string CreatedAt time.Time }