gitea/modules/markup
Eng Zer Jun f2e7d5477f
refactor: move from io/ioutil to io and os package (#17109)
The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil. This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2021-09-22 13:38:34 +08:00
..
common
csv refactor: move from io/ioutil to io and os package (#17109) 2021-09-22 13:38:34 +08:00
external refactor: move from io/ioutil to io and os package (#17109) 2021-09-22 13:38:34 +08:00
markdown refactor: move from io/ioutil to io and os package (#17109) 2021-09-22 13:38:34 +08:00
mdstripper
orgmode
html_internal_test.go Do not show issue context popup on external issues (#17050) 2021-09-15 09:45:27 +01:00
html_test.go Fix NPE in fuzzer (#16680) 2021-08-13 00:22:05 +02:00
html.go refactor: move from io/ioutil to io and os package (#17109) 2021-09-22 13:38:34 +08:00
renderer_test.go
renderer.go
sanitizer_test.go
sanitizer.go Do not show issue context popup on external issues (#17050) 2021-09-15 09:45:27 +01:00