t / t4018 / golang-interfaceon commit index-pack: check .gitmodules files with --strict (73c3f0f)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}