t / t4018 / golang-interfaceon commit Add a base implementation of SHA-256 support (13eeedb)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}