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/modules/templates
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
..
base.go Prevent template renderer from rendering error (#14646) 3 years ago
dynamic.go Move macaron to chi (#14293) 3 years ago
helper.go Replace `list.List` with slices (#16311) 3 years ago
helper_test.go Use templates for issue e-mail subject and body (#8329) 5 years ago
static.go Move macaron to chi (#14293) 3 years ago
templates_bindata.go Rename scripts to build and add revive command as a new build tool command (#10942) 4 years ago