kubewharf / kubebrain

A High Performance Metadata System for Kubernetes
Apache License 2.0
764 stars 79 forks source link

chore: Replace deprecation ioutil functions #38

Open dongjiang1989 opened 4 months ago

dongjiang1989 commented 4 months ago

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: