t / t4018 / golang-interfaceon commit pack-objects: fix performance issues on packing large deltas (9ac3f0e)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}