buildpacks / libcnb

A non-opinionated language binding for the Cloud Native Buildpack Buildpack and Extension specifications
Apache License 2.0
31 stars 13 forks source link

Removes usage of ioutil #139

Closed ForestEckhardt closed 2 years ago

ForestEckhardt commented 2 years ago

ioutil is a deprecated package and there have been mappings of it's functionality to new standard library function since go 1.16. You can see all of those mappings on the GoDocs page.