Samuel Nilsson

Results 2 issues of Samuel Nilsson

The code below creates the non-existing directory "nonexistingdir" for MemMapFs but returns an error for OsFs. Shouldn't the behavior be the same? ```go package main import ( "github.com/spf13/afero" "log" )...

Tested on linux but I unfortunately can't verify the Darwin manifest paths since I don't have access to a Darwin environment. Resolves #79