gitea/services/mirror
KN4CK3R d9ef43a712
Replace `list.List` with slices ()
* Replaced list with slice.

* Fixed usage of pointer to temporary variable.

* Replaced LIFO list with slice.

* Lint

* Removed type check.

* Removed duplicated code.

* Lint

* Fixed merge.

Co-authored-by: 6543 <6543@obermui.de>
..
mirror.go Add push to remote mirror repository ()
mirror_pull.go Replace `list.List` with slices ()
mirror_push.go Add push to remote mirror repository ()