gitea/modules/templates
KN4CK3R d9ef43a712
Replace `list.List` with slices ()
* 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>
..
base.go Prevent template renderer from rendering error ()
dynamic.go Move macaron to chi ()
helper.go Replace `list.List` with slices ()
helper_test.go Use templates for issue e-mail subject and body ()
static.go Move macaron to chi ()
templates_bindata.go Rename scripts to build and add revive command as a new build tool command ()