When running go test ./...
Directories prefiexed with dot :
in my case, is ignored by go
Using gow test ./...
seems to reading that directory,
The problem is, that that directory is bound to container, thus resulting in this error:
.mongo-data/journal: permission denied
When running
go test ./...Directories prefiexed with dot :
in my case, is ignored by
goUsing
gow test ./...seems to reading that directory,
The problem is, that that directory is bound to container, thus resulting in this error: