t / t4018 / golang-interfaceon commit commit.h: delete 'util' field in struct commit (9d2c970)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}