t / t4018 / golang-interfaceon commit gpg-interface t: extend the existing GPG tests with GPGSM (53fc999)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}