google / starlark-go

Starlark in Go: the Starlark configuration language, implemented in Go
BSD 3-Clause "New" or "Revised" License
2.26k stars 204 forks source link

Remove usages of deprecated in Go 1.17 package io/ioutil #507

Closed alexandear closed 9 months ago

alexandear commented 9 months ago

This PR removes usage of deprecated in Go 1.17 package io/ioutil:

Deprecated: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details.