1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-02 08:31:35 +02:00
gitea/routers/web
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
..
admin Add microsoft oauth2 providers (#16544) 2021-08-05 21:11:08 -04:00
dev
events
explore
org
repo Replace list.List with slices (#16311) 2021-08-09 14:08:51 -04:00
user Add microsoft oauth2 providers (#16544) 2021-08-05 21:11:08 -04:00
base.go Allow setting X-FRAME-OPTIONS (#16643) 2021-08-06 16:47:10 -04:00
goget.go
home.go
metrics.go
swagger_json.go
web.go