t / t4018 / golang-interfaceon commit git-mv: allow submodules and fsmonitor to work together (43f1180)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}