This repository has been archived on 2021-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
gitea/modules/log
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
..
colors_router.go Fix various documentation, user-facing, and source comment typos (#16367) 2021-07-08 13:38:13 +02:00
colors.go Refactor Logger (#13294) 2020-10-31 01:36:46 -04:00
conn_test.go refactor: move from io/ioutil to io and os package (#17109) 2021-09-22 13:38:34 +08:00
conn.go Add an abstract json layout to make it's easier to change json library (#16528) 2021-07-24 18:03:58 +02:00
console_test.go Fixed assert statements. (#16089) 2021-06-07 07:27:09 +02:00
console_windows.go Fix windows build error (#14263) 2021-01-06 09:38:00 +08:00
console.go Add an abstract json layout to make it's easier to change json library (#16528) 2021-07-24 18:03:58 +02:00
errors.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
event.go Fix race in log (#16490) 2021-07-20 20:09:29 +01:00
file_test.go refactor: move from io/ioutil to io and os package (#17109) 2021-09-22 13:38:34 +08:00
file.go Add an abstract json layout to make it's easier to change json library (#16528) 2021-07-24 18:03:58 +02:00
flags.go Log: Ensure FLAGS=none is -1 (#9287) 2019-12-07 23:36:47 -05:00
level_test.go Add an abstract json layout to make it's easier to change json library (#16528) 2021-07-24 18:03:58 +02:00
level.go Add an abstract json layout to make it's easier to change json library (#16528) 2021-07-24 18:03:58 +02:00
log_test.go Fixed assert statements. (#16089) 2021-06-07 07:27:09 +02:00
log.go Update docs and comments to remove macaron (#14491) 2021-01-29 16:35:30 +01:00
logger.go Refactor Logger (#13294) 2020-10-31 01:36:46 -04:00
multichannel.go Refactor Logger (#13294) 2020-10-31 01:36:46 -04:00
provider.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
smtp_test.go Fixed assert statements. (#16089) 2021-06-07 07:27:09 +02:00
smtp.go Add an abstract json layout to make it's easier to change json library (#16528) 2021-07-24 18:03:58 +02:00
stack.go refactor: move from io/ioutil to io and os package (#17109) 2021-09-22 13:38:34 +08:00
writer_test.go Fixed assert statements. (#16089) 2021-06-07 07:27:09 +02:00
writer.go Removed unnecessary conversions (#7557) 2019-07-23 19:50:39 +01:00