os: add ReadDir, ReadFile, WriteFile, CreateTemp, MkdirTemp & deprecate io/ioutil · Issue #42026 · golang/go
io/ioutil, like most things with util in the name, has turned out to be a poorly defined and hard to understand collection of things. As part of #40025, we migrated Discard, NopCloser, and ReadAll ...