gitea/modules/log
Eng Zer Jun f2e7d5477f
refactor: move from io/ioutil to io and os package ()
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>
..
colors.go Refactor Logger ()
colors_router.go Fix various documentation, user-facing, and source comment typos ()
conn.go Add an abstract json layout to make it's easier to change json library ()
conn_test.go refactor: move from io/ioutil to io and os package ()
console.go Add an abstract json layout to make it's easier to change json library ()
console_test.go Fixed assert statements. ()
console_windows.go Fix windows build error ()
errors.go Better logging () ()
event.go Fix race in log ()
file.go Add an abstract json layout to make it's easier to change json library ()
file_test.go refactor: move from io/ioutil to io and os package ()
flags.go Log: Ensure FLAGS=none is -1 ()
level.go Add an abstract json layout to make it's easier to change json library ()
level_test.go Add an abstract json layout to make it's easier to change json library ()
log.go Update docs and comments to remove macaron ()
log_test.go Fixed assert statements. ()
logger.go Refactor Logger ()
multichannel.go Refactor Logger ()
provider.go Better logging () ()
smtp.go Add an abstract json layout to make it's easier to change json library ()
smtp_test.go Fixed assert statements. ()
stack.go refactor: move from io/ioutil to io and os package ()
writer.go Removed unnecessary conversions ()
writer_test.go Fixed assert statements. ()