package? Any general recommendation here, please?
Its recommend you use os or io for new code.
"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." > go doc ioutil
both the os and io the ioutil functions are spread in this two package and ioutil is almost deprecated
Got it! So, any one of them. Thanks!
Обсуждают сегодня