git-lfs/tasklog
Eng Zer Jun 2ebe3ba361
Replace deprecated io/ioutil functions
The io/ioutil package has been deprecated as of Go 1.16 [1]. This commit
replaces the existing io/ioutil functions with their new definitions in
io and os packages.

[1]: https://golang.org/doc/go1.16#ioutil
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2024-01-11 03:48:51 +08:00
..
list_task_test.go tlog,tasklog: rename package 'tlog' to 'task' 2017-11-22 14:07:24 -08:00
list_task.go update inline comments to Go v1.19 doc format 2022-09-25 18:15:31 -07:00
log_test.go tasklog/log.go: print "done" messages with a trailing period 2019-08-23 17:04:37 -04:00
log.go Replace deprecated io/ioutil functions 2024-01-11 03:48:51 +08:00
percentage_task_test.go tasklog/percentage_task.go: add Complete() method 2023-05-26 09:59:22 -07:00
percentage_task.go tasklog/percentage_task.go: add Complete() method 2023-05-26 09:59:22 -07:00
simple_task_test.go tasklog: update tests 2017-12-01 14:29:08 -08:00
simple_task.go tasklog/simple_task: wait for call to OnComplete 2017-12-01 14:23:47 -08:00
task.go tlog,tasklog: rename package 'tlog' to 'task' 2017-11-22 14:07:24 -08:00
waiting_task_test.go tlog,tasklog: rename package 'tlog' to 'task' 2017-11-22 14:07:24 -08:00
waiting_task.go tasklog/{log,waiting_task}.go: fix code comments 2023-05-26 01:36:19 -07:00