upload-pack: pass upload_pack_data to send_acks()
[git.git] / t / t4018 / golang-interface
blob553bedec9628fec03e3aa79f54937b5c64d8c040
1 type RIGHT interface {
2         a() Type
3         b() ChangeMe