t / t4018 / golang-interfaceon commit gpg-interface: introduce new signature format "x509" using gpgsm (1e7adb9)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}