t / t4018 / golang-interfaceon commit send-email: do defaults -> config -> getopt in that order (3494dfd)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}