Skip to content
Snippets Groups Projects
Unverified Commit f0186ff2 authored by Eng Zer Jun's avatar Eng Zer Jun
Browse files

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: default avatarEng Zer Jun <engzerjun@gmail.com>
parent 40b426b2
Branches
Tags
No related merge requests found
Showing
with 55 additions and 56 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment