t / t4018 / golang-interfaceon commit diff: add an internal option to dual-color diffs of diffs (f7c3b4e)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}