_=osAlias.MkdirAll(p,osAlias.ModePerm)// want "os and ioutil dir and file writing functions are not permissions-safe, use shared/fileutil"
someFile:=filepath.Join(p,"some.txt")
_=ioAlias.WriteFile(someFile,[]byte("hello"),osAlias.ModePerm)// want "os and ioutil dir and file writing functions are not permissions-safe, use shared/fileutil"