t / t4018 / golang-interfaceon commit cat-file: rename batch_{loose,packed}_object callbacks (b1adb38)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}