t / t4018 / golang-interfaceon commit submodule: support reading .gitmodules when it's not in the working tree (76e9bdc)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}