t / t4018 / golang-interfaceon commit sequencer: refactor append_todo_help() to write its message to a buffer (a9f5476)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}