t / t4018 / golang-interfaceon commit submodule: factor out a config_set_in_gitmodules_file_gently function (45f5ef3)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}