t / t4018 / golang-interfaceon commit config: learn the "onbranch:" includeIf condition (07b2c0e)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}