mirror of
https://github.com/livekit/livekit.git
synced 2026-03-30 15:35:41 +00:00
ioutil.ReadAll has been deprecated since Go 1.16 in favor of io.ReadAll. This was the last remaining io/ioutil usage in the codebase.
ioutil.ReadAll has been deprecated since Go 1.16 in favor of io.ReadAll. This was the last remaining io/ioutil usage in the codebase.