0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-28 23:36:29 +01:00
gitea/routers/web/repo
KN4CK3R d9ef43a712
Replace list.List with slices (#16311)
* 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>
2021-08-09 14:08:51 -04:00
..
activity.go
attachment.go
blame.go Replace list.List with slices (#16311) 2021-08-09 14:08:51 -04:00
branch.go
commit.go Replace list.List with slices (#16311) 2021-08-09 14:08:51 -04:00
compare.go Replace list.List with slices (#16311) 2021-08-09 14:08:51 -04:00
download.go
editor_test.go
editor.go
http_test.go
http.go
issue_dependency.go
issue_label_test.go
issue_label.go
issue_lock.go
issue_stopwatch.go
issue_test.go
issue_timetrack.go
issue_watch.go
issue.go
lfs.go
main_test.go
middlewares.go
migrate.go
milestone.go
projects_test.go
projects.go
pull_review.go
pull.go Replace list.List with slices (#16311) 2021-08-09 14:08:51 -04:00
release_test.go
release.go
repo.go
search.go
setting_protected_branch.go
setting.go
settings_test.go
tag.go
topic.go
view.go
webhook.go
wiki_test.go
wiki.go Replace list.List with slices (#16311) 2021-08-09 14:08:51 -04:00