t / t4018 / golang-interfaceon commit http-walker: replace sha1_to_hex (2bf1db7)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}