t / t4018 / golang-interfaceon commit submodule.c: fetch in submodules git directory instead of in worktree (a62387b)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}