You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/routers
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>
3 years ago
..
api/v1 Replace `list.List` with slices (#16311) 3 years ago
common Rename context.Query to context.Form (#16562) 3 years ago
install Allow setting X-FRAME-OPTIONS (#16643) 3 years ago
private Rename context.Query to context.Form (#16562) 3 years ago
utils just add some unit tests (#16291) 3 years ago
web Replace `list.List` with slices (#16311) 3 years ago
init.go Refactor: Move login out of models (#16199) 3 years ago