mirror of
https://github.com/go-gitea/gitea.git
synced 2025-02-09 21:57:26 +03:00
* 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>