Closed gammazero closed 2 weeks ago
The github.com/mitchellh/go-homedir repo is archived, no longer needed, and no longer maintained.
github.com/mitchellh/go-homedir
homedir.Dir
os.UserHomeDir
homedir.Expand
fsutil.ExpandHome
github.com/ipfs/kubo/misc/fsutil
Additional functionality, such as DirWritable and FileExists was moved into or included in the github.com/ipfs/kubo/misc/fsutil package.
DirWritable
FileExists
The
github.com/mitchellh/go-homedir
repo is archived, no longer needed, and no longer maintained.homedir.Dir
is replaced by the stdlibos.UserHomeDir
homedir.Expand
is replaced byfsutil.ExpandHome
in thegithub.com/ipfs/kubo/misc/fsutil
package.Additional functionality, such as
DirWritable
andFileExists
was moved into or included in thegithub.com/ipfs/kubo/misc/fsutil
package.