t5318: avoid unnecessary command substitutions
[git.git] / t / t4018 / golang-interface
blob553bedec9628fec03e3aa79f54937b5c64d8c040
1 type RIGHT interface {
2         a() Type
3         b() ChangeMe