Cloning with rb-gateway is now done through a method.
Review Request #9369 — Created Nov. 18, 2017 and updated — Latest diff uploaded
I removed the cloning section of
util.go
and implemented it as
agit_repository.go
method instead.
A tester repository hosted on github was successfully cloned with
a call toClone
.