t / t4018 / golang-interfaceon commit refs: store the main ref store inside the repository struct (64a7416)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}