Skip to content

chore: Replace deprecation ioutil functions#38

Open
dongjiang1989 wants to merge 2 commits intokubewharf:mainfrom
dongjiang1989:ioutil-replace
Open

chore: Replace deprecation ioutil functions#38
dongjiang1989 wants to merge 2 commits intokubewharf:mainfrom
dongjiang1989:ioutil-replace

Conversation

@dongjiang1989
Copy link

What type of PR is this?

What this PR does / why we need it:

Go 1.16 deprecated several io/ioutil functions.

ioutil.ReadFile -> os.ReadFile
ioutil.ReadAll -> io.ReadAll
ioutil.ReadDir -> os.ReadDir

Which issue(s) this PR fixes:

Special notes for your reviewer:

Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant